summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-10-21 04:19:49 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-10-21 04:19:49 (GMT)
commit6d777bb122e066f7847709673556d23263fb2380 (patch)
tree7c87c11859224897f88f0b8705f97d27afa51c67 /Include
parent3e0055f8c65c407e74ce476b8e2b1fb889723514 (diff)
downloadcpython-6d777bb122e066f7847709673556d23263fb2380.zip
cpython-6d777bb122e066f7847709673556d23263fb2380.tar.gz
cpython-6d777bb122e066f7847709673556d23263fb2380.tar.bz2
Remove dup declarations after AST merge
Diffstat (limited to 'Include')
-rw-r--r--Include/symtable.h3
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