Commit a932a968 authored by Jim Fulton's avatar Jim Fulton

Changed to compile on win32.

parent 82052d4a
......@@ -474,7 +474,7 @@ WordSequence_getattr(WordSequence *self, char *name)
static char WordSequenceType__doc__[] = "";
static PyTypeObject WordSequenceType = {
PyObject_HEAD_INIT(&PyType_Type)
PyObject_HEAD_INIT(NULL)
0, /*ob_size*/
"WordSequence", /*tp_name*/
sizeof(WordSequence), /*tp_basicsize*/
......@@ -538,7 +538,7 @@ static char WordSequence_module_documentation[] =
"\n"
"for use in an inverted index\n"
"\n"
"$Id: WordSequence.c,v 1.7 1997/06/30 19:41:40 jim Exp $\n"
"$Id: WordSequence.c,v 1.8 1997/07/17 14:44:45 jim Exp $\n"
;
void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment