From: Guido van Rossum Date: Tue, 20 Jun 1995 18:45:39 +0000 (+0000) Subject: removed all references to modsupport.h X-Git-Tag: v1.3b1~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98590187d5d2b89a95a7aa82edc00feb13a24ae4;p=thirdparty%2FPython%2Fcpython.git removed all references to modsupport.h --- diff --git a/Tools/modulator/Templates/module_head b/Tools/modulator/Templates/module_head index 329b6125886f..be001090b9f8 100644 --- a/Tools/modulator/Templates/module_head +++ b/Tools/modulator/Templates/module_head @@ -1,6 +1,5 @@ #include "Python.h" -/* #include "modsupport.h" /* For getargs() etc. */ static PyObject *ErrorObject;