summaryrefslogtreecommitdiffstats
path: root/Include/rename1.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-11-10 22:29:04 (GMT)
committerGuido van Rossum <guido@python.org>1994-11-10 22:29:04 (GMT)
commitf4838463868cfd88b9ea0ffba6ae279e80f702f2 (patch)
treeea344a48bdf5b93b4e4ddccb3eecb8fa12978f19 /Include/rename1.h
parenta558e37eb4a17540cc6277c4cd571e88d6e60b9d (diff)
downloadcpython-f4838463868cfd88b9ea0ffba6ae279e80f702f2.zip
cpython-f4838463868cfd88b9ea0ffba6ae279e80f702f2.tar.gz
cpython-f4838463868cfd88b9ea0ffba6ae279e80f702f2.tar.bz2
pl1.1.1; added newgetargs renaming
Diffstat (limited to 'Include/rename1.h')
-rwxr-xr-xInclude/rename1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/rename1.h b/Include/rename1.h
index 5d258f3..4f2bef7 100755
--- a/Include/rename1.h
+++ b/Include/rename1.h
@@ -321,6 +321,7 @@ typedef struct methodlist PyMethodDef;
#define Py_BuildValue mkvalue
#define Py_VaBuildValue vmkvalue
#define PyArg_Parse getargs
+#define PyArg_ParseTuple newgetargs
#define PyArg_NoArgs(v) getargs(v, "")
#define PyArg_GetChar getichararg
#define PyArg_GetDoubleArray getidoublearray