summaryrefslogtreecommitdiffstats
path: root/Include/graminit.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-07-07 22:31:40 (GMT)
committerGuido van Rossum <guido@python.org>1995-07-07 22:31:40 (GMT)
commit5bb73ed5e44797571173232dd0b0888717ed5b9a (patch)
tree4913719709fd233c39fa77c711c9ec47d139a0a8 /Include/graminit.h
parent94d32b18e0ef1d7bfa8b7bef084f4cc2cecc5d44 (diff)
downloadcpython-5bb73ed5e44797571173232dd0b0888717ed5b9a.zip
cpython-5bb73ed5e44797571173232dd0b0888717ed5b9a.tar.gz
cpython-5bb73ed5e44797571173232dd0b0888717ed5b9a.tar.bz2
new grammar symbols arglist and argument
Diffstat (limited to 'Include/graminit.h')
-rw-r--r--Include/graminit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/graminit.h b/Include/graminit.h
index 1ddb7c6..e541099 100644
--- a/Include/graminit.h
+++ b/Include/graminit.h
@@ -51,3 +51,5 @@
#define testlist 306
#define dictmaker 307
#define classdef 308
+#define arglist 309
+#define argument 310