From 6d777bb122e066f7847709673556d23263fb2380 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 21 Oct 2005 04:19:49 +0000 Subject: Remove dup declarations after AST merge --- Include/symtable.h | 3 --- 1 file changed, 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 -- cgit v0.12