added warning about old-fashioned declarations
cleaned up error reporting changed implicit declaration handling
This commit is contained in:
@@ -12,7 +12,7 @@ struct def { /* for ordinary tags */
|
||||
int df_level;
|
||||
struct type *df_type;
|
||||
int df_sc; /* may be:
|
||||
GLOBAL, STATIC, EXTERN, IMPLICIT,
|
||||
GLOBAL, STATIC, EXTERN
|
||||
TYPEDEF,
|
||||
FORMAL, AUTO,
|
||||
ENUM, LABEL
|
||||
|
||||
Reference in New Issue
Block a user