commit | ca460d9722c9542004c4cf34d9231641ac18e34b | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed Sep 06 06:28:06 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed Sep 06 06:28:06 2006 +0000 |
tree | b007e31668de7ff4b37e0c8d80dc575e8b600118 | |
parent | 98775dfebc86aca40b27dcca5e4f4fd3a07e8acb [diff] [blame] |
with and as are now keywords. There are some generated files I can't recreate.
diff --git a/Include/parsetok.h b/Include/parsetok.h index 0f87e81..2b4ce1e 100644 --- a/Include/parsetok.h +++ b/Include/parsetok.h
@@ -23,7 +23,9 @@ #define PyPARSE_DONT_IMPLY_DEDENT 0x0002 +#if 0 #define PyPARSE_WITH_IS_KEYWORD 0x0003 +#endif PyAPI_FUNC(node *) PyParser_ParseString(const char *, grammar *, int, perrdetail *);