diff options
Diffstat (limited to 'Include/compile.h')
-rw-r--r-- | Include/compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/compile.h b/Include/compile.h index 66b445e..01ba25c 100644 --- a/Include/compile.h +++ b/Include/compile.h @@ -23,6 +23,7 @@ typedef struct { #define FUTURE_GENERATORS "generators" #define FUTURE_DIVISION "division" #define FUTURE_ABSIMPORT "absolute_import" +#define FUTURE_WITH_STATEMENT "with_statement" struct _mod; /* Declare the existence of this type */ PyAPI_FUNC(PyCodeObject *) PyAST_Compile(struct _mod *, const char *, |