diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-07-20 22:39:34 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-07-20 22:39:34 +0000 |
| commit | 20f9c3c50f5e642295040c05e574ff9dc84bf207 (patch) | |
| tree | a0bb84cba5bcdcb1fb7b059930076f52d3d3225c /Include/symtable.h | |
| parent | 013783c529cfc459d05d261f5053ad7bf7d88c29 (diff) | |
| download | cpython-git-20f9c3c50f5e642295040c05e574ff9dc84bf207.tar.gz | |
revert unintended changes
Diffstat (limited to 'Include/symtable.h')
| -rw-r--r-- | Include/symtable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/symtable.h b/Include/symtable.h index 22075f011d..d5ef96f802 100644 --- a/Include/symtable.h +++ b/Include/symtable.h @@ -88,7 +88,6 @@ PyAPI_FUNC(void) PySymtable_Free(struct symtable *); #define GLOBAL_IMPLICIT 3 #define FREE 4 #define CELL 5 -#define LOCAL_ONLY 6 /* The following two names are used for the ste_unoptimized bit field */ #define OPT_IMPORT_STAR 1 |
