diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/symtable.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/symtable.h b/Include/symtable.h index 646602c..c8d8636 100644 --- a/Include/symtable.h +++ b/Include/symtable.h @@ -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 |