From: Guido van Rossum Date: Fri, 7 Jul 1995 22:31:40 +0000 (+0000) Subject: new grammar symbols arglist and argument X-Git-Tag: v1.3b1~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bb73ed5e44797571173232dd0b0888717ed5b9a;p=thirdparty%2FPython%2Fcpython.git new grammar symbols arglist and argument --- diff --git a/Include/graminit.h b/Include/graminit.h index 1ddb7c65c7af..e541099a5ec4 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