diff options
Diffstat (limited to 'Include/compile.h')
| -rw-r--r-- | Include/compile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/compile.h b/Include/compile.h index 43a470d..6100101 100644 --- a/Include/compile.h +++ b/Include/compile.h @@ -33,8 +33,6 @@ PyAPI_FUNC(PyCodeObject *) PyAST_Compile(struct _mod *, const char *, PyCompilerFlags *, PyArena *); PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST(struct _mod *, const char *); -#define ERR_LATE_FUTURE \ -"from __future__ imports must occur at the beginning of the file" #ifdef __cplusplus } |
