diff options
author | Guido van Rossum <guido@python.org> | 1995-06-20 18:45:39 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-06-20 18:45:39 (GMT) |
commit | 98590187d5d2b89a95a7aa82edc00feb13a24ae4 (patch) | |
tree | 184e0053975b89acbf48c822b29955286ba4ccd8 /Tools | |
parent | 303c179b922dffe16c8d50c820e9f210dc36eb47 (diff) | |
download | cpython-98590187d5d2b89a95a7aa82edc00feb13a24ae4.zip cpython-98590187d5d2b89a95a7aa82edc00feb13a24ae4.tar.gz cpython-98590187d5d2b89a95a7aa82edc00feb13a24ae4.tar.bz2 |
removed all references to modsupport.h
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/modulator/Templates/module_head | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/modulator/Templates/module_head b/Tools/modulator/Templates/module_head index 329b612..be00109 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; |