diff options
Diffstat (limited to 'Include/code.h')
-rw-r--r-- | Include/code.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/code.h b/Include/code.h index 8b0f840423..2e661e8b36 100644 --- a/Include/code.h +++ b/Include/code.h @@ -82,6 +82,7 @@ typedef struct { #define CO_FUTURE_BARRY_AS_BDFL 0x40000 #define CO_FUTURE_GENERATOR_STOP 0x80000 +#define CO_FUTURE_ANNOTATIONS 0x100000 /* This value is found in the co_cell2arg array when the associated cell variable does not correspond to an argument. */ |