error messages and error handling

This commit is contained in:
dick
1988-09-16 23:19:50 +00:00
parent a5f48d6493
commit 1f7115fa8d
27 changed files with 111 additions and 101 deletions

View File

@@ -20,7 +20,7 @@ struct def { /* for ordinary tags */
char df_alloc; /* 0, ALLOC_SEEN or ALLOC_DONE */
char df_used; /* set if idf is used */
char *df_file; /* file containing the definition */
long df_line; /* line number of the definition */
unsigned int df_line; /* line number of the definition */
char df_formal_array; /* to warn if sizeof is taken */
arith df_address;
};