summaryrefslogtreecommitdiff
path: root/Include/code.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-07-02 21:44:01 +0000
committerBenjamin Peterson <benjamin@python.org>2009-07-02 21:44:01 +0000
commit4337c6a3c1ac8cdefc098229f2cf4a45ad1356cf (patch)
treeefc928cd2b75c487f45c4b226c40c3b981b794b4 /Include/code.h
parent97901d57c052fa9a74de911a7637f4da03e07f0e (diff)
downloadcpython-4337c6a3c1ac8cdefc098229f2cf4a45ad1356cf.tar.gz
the old CO_FUTURE flags can't be commented out
Diffstat (limited to 'Include/code.h')
-rw-r--r--Include/code.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/code.h b/Include/code.h
index 145a9a128b..3ab5bc7eb4 100644
--- a/Include/code.h
+++ b/Include/code.h
@@ -42,7 +42,6 @@ typedef struct {
*/
#define CO_NOFREE 0x0040
-#if 0
/* These are no longer used. */
#define CO_GENERATOR_ALLOWED 0x1000
#define CO_FUTURE_DIVISION 0x2000
@@ -50,7 +49,6 @@ typedef struct {
#define CO_FUTURE_WITH_STATEMENT 0x8000
#define CO_FUTURE_PRINT_FUNCTION 0x10000
#define CO_FUTURE_UNICODE_LITERALS 0x20000
-#endif
#define CO_FUTURE_BARRY_AS_BDFL 0x40000