diff options
Diffstat (limited to 'Include/code.h')
-rw-r--r-- | Include/code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/code.h b/Include/code.h index 9e6cb5637e..ba4c6f8c98 100644 --- a/Include/code.h +++ b/Include/code.h @@ -45,7 +45,7 @@ typedef struct { #define CO_GENERATOR_ALLOWED 0x1000 #endif #define CO_FUTURE_DIVISION 0x2000 -#define CO_FUTURE_ABSIMPORT 0x4000 /* absolute import by default */ +#define CO_FUTURE_ABSOLUTE_IMPORT 0x4000 /* do absolute imports by default */ #define CO_FUTURE_WITH_STATEMENT 0x8000 /* This should be defined if a future statement modifies the syntax. |