]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removed all references to modsupport.h
authorGuido van Rossum <guido@python.org>
Tue, 20 Jun 1995 18:45:39 +0000 (18:45 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 Jun 1995 18:45:39 +0000 (18:45 +0000)
Tools/modulator/Templates/module_head

index 329b6125886ff29f38ae24ef212946fecb821143..be001090b9f868cca47bdb70955f6e350f787dcf 100644 (file)
@@ -1,6 +1,5 @@
 
 #include "Python.h"
-/* #include "modsupport.h"             /* For getargs() etc. */
 
 static PyObject *ErrorObject;