new grammar symbols arglist and argument

This commit is contained in:
Guido van Rossum 1995-07-07 22:31:40 +00:00
parent 94d32b18e0
commit 5bb73ed5e4

View file

@ -51,3 +51,5 @@
#define testlist 306
#define dictmaker 307
#define classdef 308
#define arglist 309
#define argument 310