]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removed duplicate defs for None, False, True
authorGuido van Rossum <guido@python.org>
Fri, 28 Apr 1995 21:28:02 +0000 (21:28 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Apr 1995 21:28:02 +0000 (21:28 +0000)
Include/rename2.h

index 5283ccfa5b98fd8d5cffc33f6ffc5506e95ebfb3..417dea601cede1acb8a7e847e55b426c53c15dd9 100644 (file)
@@ -40,10 +40,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #define methodlist PyMethodDef
 #define methodchain PyMethodChain
 
-#define None Py_None
-#define False Py_False
-#define True Py_True
-
 #define Accesstype PyAccess_Type
 #define is_accessobject PyAccess_Check
 #define newaccessobject PyAccess_FromValue