summaryrefslogtreecommitdiffstats
path: root/Include/rename1.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-09-28 15:44:39 (GMT)
committerGuido van Rossum <guido@python.org>1994-09-28 15:44:39 (GMT)
commitc5d92e12717d49f94820dd1524a75e771b57ad59 (patch)
tree332f19c789c720bdf2e4b8bd8f3d5e4771bfb601 /Include/rename1.h
parent6c849697fd0085ea4415b7ef5bdef30e734092b2 (diff)
downloadcpython-c5d92e12717d49f94820dd1524a75e771b57ad59.zip
cpython-c5d92e12717d49f94820dd1524a75e771b57ad59.tar.gz
cpython-c5d92e12717d49f94820dd1524a75e771b57ad59.tar.bz2
ceval.h: added Py_MakePendingCalls()
classobject.h: added instancebinop() modsupport.h: added newgetargs() rename1.h: removed Py_FPROTO
Diffstat (limited to 'Include/rename1.h')
-rwxr-xr-xInclude/rename1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/rename1.h b/Include/rename1.h
index 22c5dcf..5d258f3 100755
--- a/Include/rename1.h
+++ b/Include/rename1.h
@@ -118,7 +118,6 @@ typedef struct methodlist PyMethodDef;
#define PyObject_NEW NEWOBJ
#define PyObject_NEW_VAR NEWVAROBJ
#define Py_PROTO PROTO
-#define Py_FPROTO PROTO
#define PyMem_NEW NEW
#define PyMem_RESIZE RESIZE
#define PyMem_DEL DEL