summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-30 16:39:30 +0000
committerGuido van Rossum <guido@python.org>1996-07-30 16:39:30 +0000
commita4aa6b6602506b1cd4fe5ffc4dee982a18041abc (patch)
treeb435b0ada62dc0432f1e7273a9e2e3bcf64b1283 /Include
parentccd1ba55553dfb0fcc8dc7b358ddc4bf2b944d51 (diff)
downloadcpython-a4aa6b6602506b1cd4fe5ffc4dee982a18041abc.tar.gz
Changes due to slice and ellipses grammar changes
Diffstat (limited to 'Include')
-rw-r--r--Include/graminit.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/Include/graminit.h b/Include/graminit.h
index 9fa64c2d14..2b80776f7a 100644
--- a/Include/graminit.h
+++ b/Include/graminit.h
@@ -47,10 +47,12 @@
#define atom 302
#define lambdef 303
#define trailer 304
-#define subscript 305
-#define exprlist 306
-#define testlist 307
-#define dictmaker 308
-#define classdef 309
-#define arglist 310
-#define argument 311
+#define subscriptlist 305
+#define subscript 306
+#define sliceop 307
+#define exprlist 308
+#define testlist 309
+#define dictmaker 310
+#define classdef 311
+#define arglist 312
+#define argument 313