added warning about old-fashioned declarations

cleaned up error reporting
changed implicit declaration handling
This commit is contained in:
eck
1990-11-02 09:23:27 +00:00
parent 7de2babe56
commit d7c15759ee
12 changed files with 40 additions and 85 deletions

View File

@@ -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