]> granicus.if.org Git - python/commitdiff
ANSIfy a bit more.
authorThomas Wouters <thomas@python.org>
Mon, 24 Jul 2000 15:49:08 +0000 (15:49 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 24 Jul 2000 15:49:08 +0000 (15:49 +0000)
Modules/parsermodule.c

index 91ffef11ee4f36afb668094032a21c5048cf42ab..d581c9b5aeedecd36c253dbf6828a2c043c62b46 100644 (file)
@@ -2633,7 +2633,7 @@ static PyMethodDef parser_functions[] =  {
 
 
 DL_EXPORT(void)
-initparser()
+initparser(void)
  {
     PyObject* module;
     PyObject* dict;