diff options
author | Guido van Rossum <guido@python.org> | 1995-07-07 22:31:40 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-07-07 22:31:40 +0000 |
commit | 735c04505556b4118ac012b1a4386182bc1d7a5b (patch) | |
tree | 5e889400c3a79f465b565dfd6c5746faa6fe696e /Include/graminit.h | |
parent | d2468337882e46813fbbce5d7dd0741e5e803738 (diff) | |
download | cpython-735c04505556b4118ac012b1a4386182bc1d7a5b.tar.gz |
new grammar symbols arglist and argument
Diffstat (limited to 'Include/graminit.h')
-rw-r--r-- | Include/graminit.h | 2 |
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 |