]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
new grammar symbols arglist and argument
authorGuido van Rossum <guido@python.org>
Fri, 7 Jul 1995 22:31:40 +0000 (22:31 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Jul 1995 22:31:40 +0000 (22:31 +0000)
Include/graminit.h

index 1ddb7c65c7af875d601d1979543ff2bf0a39c254..e541099a5ec4c35608083093695998e64c45f5ff 100644 (file)
@@ -51,3 +51,5 @@
 #define testlist 306
 #define dictmaker 307
 #define classdef 308
+#define arglist 309
+#define argument 310