compatibility change in l_class.h for prototypes in ANSI C

This commit is contained in:
dick
1991-07-05 11:33:49 +00:00
parent 34d6b23ba6
commit a0460b8bfc
5 changed files with 37 additions and 19 deletions

View File

@@ -10,6 +10,7 @@
#define ArgExpr 1 /* actual */
#define ArgConst 2 /* integer constant */
#define ArgString 3 /* string */
#define ArgEllipsis 4 /* ellipsis */
struct argument {
struct argument *next;