diff options
Diffstat (limited to 'Python/future.c')
| -rw-r--r-- | Python/future.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/future.c b/Python/future.c index 9158df4..96be757 100644 --- a/Python/future.c +++ b/Python/future.c @@ -8,6 +8,8 @@  #include "symtable.h"  #define UNDEFINED_FUTURE_FEATURE "future feature %.100s is not defined" +#define ERR_LATE_FUTURE \ +"from __future__ imports must occur at the beginning of the file"  static int  future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename)  | 
