From: Neal Norwitz Date: Fri, 21 Oct 2005 04:19:49 +0000 (+0000) Subject: Remove dup declarations after AST merge X-Git-Tag: v2.5a0~1273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d777bb122e066f7847709673556d23263fb2380;p=thirdparty%2FPython%2Fcpython.git Remove dup declarations after AST merge --- diff --git a/Include/symtable.h b/Include/symtable.h index 646602c6dee2..c8d8636ba31d 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