diff options
author | Guido van Rossum <guido@python.org> | 1997-05-15 21:31:03 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-15 21:31:03 (GMT) |
commit | d0c87ee6c4204864984a8bf0f90eba8a5e4f9471 (patch) | |
tree | cadda681170954a0d6db7ac063a1e8135ab45d95 /Include/rename2.h | |
parent | fe28fa05e9c08978fa6e162ddf64e873c84cdc9a (diff) | |
download | cpython-d0c87ee6c4204864984a8bf0f90eba8a5e4f9471.zip cpython-d0c87ee6c4204864984a8bf0f90eba8a5e4f9471.tar.gz cpython-d0c87ee6c4204864984a8bf0f90eba8a5e4f9471.tar.bz2 |
Oops, another forgotten renaming: varobject -> PyVarObject.
Diffstat (limited to 'Include/rename2.h')
-rw-r--r-- | Include/rename2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/rename2.h b/Include/rename2.h index 3489f14..b571cd4 100644 --- a/Include/rename2.h +++ b/Include/rename2.h @@ -115,6 +115,7 @@ PERFORMANCE OF THIS SOFTWARE. #define longobject PyLongObject #define noobject PyNothingObject #define object PyObject +#define varobject PyVarObject #define stringobject PyStringObject #define typeobject PyTypeObject #define listobject PyListObject |