Commit e61f0265 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent f45dbfb1
......@@ -395,14 +395,15 @@ static char Splitter_module_documentation[] =
"\n"
"for use in an inverted index\n"
"\n"
"$Id: Splitter.c,v 1.5 1997/12/10 20:51:51 jim Exp $\n"
"$Id: Splitter.c,v 1.6 1997/12/10 20:55:11 jim Exp $\n"
;
void
initSplitter()
{
PyObject *m, *d;
char *rev="$Revision: 1.5 $";
char *rev="$Revision: 1.6 $";
/* Create the module and add the functions */
m = Py_InitModule4("Splitter", Splitter_module_methods,
......
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