summaryrefslogtreecommitdiffstats
path: root/Tools/modulator
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-06-20 18:45:39 (GMT)
committerGuido van Rossum <guido@python.org>1995-06-20 18:45:39 (GMT)
commit98590187d5d2b89a95a7aa82edc00feb13a24ae4 (patch)
tree184e0053975b89acbf48c822b29955286ba4ccd8 /Tools/modulator
parent303c179b922dffe16c8d50c820e9f210dc36eb47 (diff)
downloadcpython-98590187d5d2b89a95a7aa82edc00feb13a24ae4.zip
cpython-98590187d5d2b89a95a7aa82edc00feb13a24ae4.tar.gz
cpython-98590187d5d2b89a95a7aa82edc00feb13a24ae4.tar.bz2
removed all references to modsupport.h
Diffstat (limited to 'Tools/modulator')
-rw-r--r--Tools/modulator/Templates/module_head1
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;