error messages and error handling
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user