order of fields in struct was changed; PLEASE DICK, DO NOT DO THAT!
This commit is contained in:
parent
4ac18c8ab4
commit
d7b6541a62
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,7 @@ struct def { /* for ordinary tags */
|
||||||
char df_initialized; /* an initialization has been generated */
|
char df_initialized; /* an initialization has been generated */
|
||||||
char df_alloc; /* 0, ALLOC_SEEN or ALLOC_DONE */
|
char df_alloc; /* 0, ALLOC_SEEN or ALLOC_DONE */
|
||||||
char df_used; /* set if idf is used */
|
char df_used; /* set if idf is used */
|
||||||
|
char df_formal_array; /* to warn if sizeof is taken */
|
||||||
char *df_file; /* file containing the definition */
|
char *df_file; /* file containing the definition */
|
||||||
unsigned int df_line; /* line number of the definition */
|
unsigned int df_line; /* line number of the definition */
|
||||||
#ifdef LINT
|
#ifdef LINT
|
||||||
|
@ -27,7 +28,6 @@ struct def { /* for ordinary tags */
|
||||||
int df_firstbrace; /* brace number of its first occurrence */
|
int df_firstbrace; /* brace number of its first occurrence */
|
||||||
int df_minlevel; /* the lowest level needed for this def */
|
int df_minlevel; /* the lowest level needed for this def */
|
||||||
#endif LINT
|
#endif LINT
|
||||||
char df_formal_array; /* to warn if sizeof is taken */
|
|
||||||
arith df_address;
|
arith df_address;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue