From 5bb73ed5e44797571173232dd0b0888717ed5b9a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 7 Jul 1995 22:31:40 +0000 Subject: new grammar symbols arglist and argument --- Include/graminit.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12