]> granicus.if.org Git - python/commitdiff
Changes due to slice and ellipses grammar changes
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 16:39:30 +0000 (16:39 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 16:39:30 +0000 (16:39 +0000)
Include/graminit.h

index 9fa64c2d141f21021731e11504a286ee7f677e1a..2b80776f7ad7320420cb30e60fc98ba9c41c479a 100644 (file)
 #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