aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-09-06 06:28:06 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-09-06 06:28:06 +0000
commitca460d9722c9542004c4cf34d9231641ac18e34b (patch)
treeb007e31668de7ff4b37e0c8d80dc575e8b600118 /Include/parsetok.h
parentBug #1550983: emit better error messages for erroneous relative (diff)
downloadcpython-ca460d9722c9542004c4cf34d9231641ac18e34b.tar.gz
cpython-ca460d9722c9542004c4cf34d9231641ac18e34b.tar.bz2
cpython-ca460d9722c9542004c4cf34d9231641ac18e34b.zip
with and as are now keywords. There are some generated files I can't recreate.
Diffstat (limited to 'Include/parsetok.h')
-rw-r--r--Include/parsetok.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/parsetok.h b/Include/parsetok.h
index 0f87e81f035..2b4ce1ea4ba 100644
--- a/Include/parsetok.h
+++ b/Include/parsetok.h
@@ -23,7 +23,9 @@ typedef struct {
#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 *);