summaryrefslogtreecommitdiff
path: root/Include/graminit.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-07-07 22:31:40 +0000
committerGuido van Rossum <guido@python.org>1995-07-07 22:31:40 +0000
commit735c04505556b4118ac012b1a4386182bc1d7a5b (patch)
tree5e889400c3a79f465b565dfd6c5746faa6fe696e /Include/graminit.h
parentd2468337882e46813fbbce5d7dd0741e5e803738 (diff)
downloadcpython-735c04505556b4118ac012b1a4386182bc1d7a5b.tar.gz
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 1ddb7c65c7..e541099a5e 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