compatibility change in l_class.h for prototypes in ANSI C
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user