]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove dup declarations after AST merge
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Oct 2005 04:19:49 +0000 (04:19 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Oct 2005 04:19:49 +0000 (04:19 +0000)
Include/symtable.h

index 646602c6dee29fb2215e21dae45d67c68e35cc5c..c8d8636ba31d66f43709eb865fee4597bd0fbae9 100644 (file)
@@ -96,9 +96,6 @@ PyAPI_FUNC(void) PySymtable_Free(struct symtable *);
 #define GENERATOR 1
 #define GENERATOR_EXPRESSION 2
 
-#define GENERATOR 1
-#define GENERATOR_EXPRESSION 2
-
 #ifdef __cplusplus
 }
 #endif