diff options
Diffstat (limited to 'Include/rename2.h')
-rw-r--r-- | Include/rename2.h | 2 |
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 |