filename and linenumber info in more places

This commit is contained in:
dick
1988-08-29 15:51:48 +00:00
parent d9c4ee208e
commit 8633baee89
16 changed files with 108 additions and 71 deletions

View File

@@ -8,6 +8,7 @@
struct decspecs {
struct decspecs *next;
struct type *ds_type; /* single type */
int ds_notypegiven; /* set if type not given explicitly */
int ds_sc_given; /* 1 if the st. class is explicitly given */
int ds_sc; /* storage class, given or implied */
int ds_size; /* LONG, SHORT or 0 */