summaryrefslogtreecommitdiffstats
path: root/Include/graminit.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-01-12 00:51:44 (GMT)
committerGuido van Rossum <guido@python.org>1996-01-12 00:51:44 (GMT)
commit3d1f09557bd447b2e45bf90385391ffc16eafe13 (patch)
tree6b0e7a3dcef1fbd8f0611b79916429bb1c19c6c9 /Include/graminit.h
parentb17d5dea4872f73b2e48f8236a60a2c6e74e7067 (diff)
downloadcpython-3d1f09557bd447b2e45bf90385391ffc16eafe13.zip
cpython-3d1f09557bd447b2e45bf90385391ffc16eafe13.tar.gz
cpython-3d1f09557bd447b2e45bf90385391ffc16eafe13.tar.bz2
changes for ** (power) operator
Diffstat (limited to 'Include/graminit.h')
-rw-r--r--Include/graminit.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/Include/graminit.h b/Include/graminit.h
index e541099..9fa64c2 100644
--- a/Include/graminit.h
+++ b/Include/graminit.h
@@ -43,13 +43,14 @@
#define arith_expr 298
#define term 299
#define factor 300
-#define atom 301
-#define lambdef 302
-#define trailer 303
-#define subscript 304
-#define exprlist 305
-#define testlist 306
-#define dictmaker 307
-#define classdef 308
-#define arglist 309
-#define argument 310
+#define power 301
+#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