commit | c5d92e12717d49f94820dd1524a75e771b57ad59 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Sep 28 15:44:39 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Sep 28 15:44:39 1994 +0000 |
tree | 332f19c789c720bdf2e4b8bd8f3d5e4771bfb601 | |
parent | 6c849697fd0085ea4415b7ef5bdef30e734092b2 [diff] [blame] |
ceval.h: added Py_MakePendingCalls() classobject.h: added instancebinop() modsupport.h: added newgetargs() rename1.h: removed Py_FPROTO
diff --git a/Include/modsupport.h b/Include/modsupport.h index a1f3f1c..69378cd 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h
@@ -35,6 +35,7 @@ #include <stdarg.h> extern int getargs PROTO((object *, char *, ...)); +extern int newgetargs PROTO((object *, char *, ...)); extern object *mkvalue PROTO((char *, ...)); #else