newer version

This commit is contained in:
ceriel
1986-05-21 18:32:20 +00:00
parent 5a84f07281
commit 0f04bc72bd
13 changed files with 870 additions and 64 deletions

View File

@@ -44,10 +44,12 @@ struct withdesig {
struct scope *w_scope; /* scope in which fields of this record
reside
*/
struct desig *w_desig; /* a desig structure for this particular
struct desig w_desig; /* a desig structure for this particular
designator
*/
};
extern struct withdesig *WithDesigs;
extern struct desig Desig;
extern struct desig Desig, InitDesig;
#define NO_LABEL ((label) 0)