diff options
Diffstat (limited to 'Include/parsetok.h')
-rw-r--r-- | Include/parsetok.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/parsetok.h b/Include/parsetok.h index 66359d42..bfe9f8f 100644 --- a/Include/parsetok.h +++ b/Include/parsetok.h @@ -17,7 +17,9 @@ typedef struct { int expected; } perrdetail; +#if 0 #define PyPARSE_YIELD_IS_KEYWORD 0x0001 +#endif extern DL_IMPORT(node *) PyParser_ParseString(char *, grammar *, int, perrdetail *); |