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) ...@@ -474,7 +474,7 @@ WordSequence_getattr(WordSequence *self, char *name)
static char WordSequenceType__doc__[] = ""; static char WordSequenceType__doc__[] = "";
static PyTypeObject WordSequenceType = { static PyTypeObject WordSequenceType = {
PyObject_HEAD_INIT(&PyType_Type) PyObject_HEAD_INIT(NULL)
0, /*ob_size*/ 0, /*ob_size*/
"WordSequence", /*tp_name*/ "WordSequence", /*tp_name*/
sizeof(WordSequence), /*tp_basicsize*/ sizeof(WordSequence), /*tp_basicsize*/
...@@ -538,7 +538,7 @@ static char WordSequence_module_documentation[] = ...@@ -538,7 +538,7 @@ static char WordSequence_module_documentation[] =
"\n" "\n"
"for use in an inverted index\n" "for use in an inverted index\n"
"\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 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