summaryrefslogtreecommitdiffstats
path: root/Include/rename2.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-07-26 17:58:29 (GMT)
committerGuido van Rossum <guido@python.org>1995-07-26 17:58:29 (GMT)
commitbebdc376c3aa584bfb9825758d5cf8d5c09c8692 (patch)
tree3d1b6a3fab65ed5907155bc2f557efd375c27e17 /Include/rename2.h
parent454674d5dbbaf11364f947065cfbef98043c710d (diff)
downloadcpython-bebdc376c3aa584bfb9825758d5cf8d5c09c8692.zip
cpython-bebdc376c3aa584bfb9825758d5cf8d5c09c8692.tar.gz
cpython-bebdc376c3aa584bfb9825758d5cf8d5c09c8692.tar.bz2
changes for keyword args to built-in functions and classes
Diffstat (limited to 'Include/rename2.h')
-rw-r--r--Include/rename2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/rename2.h b/Include/rename2.h
index 417dea6..adc91d4 100644
--- a/Include/rename2.h
+++ b/Include/rename2.h
@@ -292,7 +292,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define findmethodinchain Py_FindMethodInChain
#define getmethod PyCFunction_GetFunction
#define getself PyCFunction_GetSelf
-#define getvarargs PyCFunction_IsVarArgs
+#define getflags PyCFunction_GetFlags
#define newmethodobject PyCFunction_New
#define getmoduledict PyModule_GetDict
#define getmodulename PyModule_GetName