]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added PyArg_NoArgs(v)
authorGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 10:55:31 +0000 (10:55 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 10:55:31 +0000 (10:55 +0000)
Include/rename1.h

index e54cee31044f2255b09a07408272fe08aa4297e1..2d8797617a3d0a7b003e8628b234ffdc3471678a 100755 (executable)
@@ -317,6 +317,7 @@ typedef struct methodlist PyMethodDef;
 #define Py_BuildValue mkvalue
 #define Py_VaBuildValue vmkvalue
 #define PyArg_Parse getargs
+#define PyArg_NoArgs(v) getargs(v, "")
 #define PyArg_GetChar getichararg
 #define PyArg_GetDoubleArray getidoublearray
 #define PyArg_GetFloat getifloatarg