Updated the C99 structure
This commit is contained in:
parent
1ba882052d
commit
86f5fd94ed
@ -39,6 +39,9 @@ struct _C99
|
|||||||
unsigned int error_cnt;
|
unsigned int error_cnt;
|
||||||
unsigned int warning_cnt;
|
unsigned int warning_cnt;
|
||||||
Code * code;
|
Code * code;
|
||||||
|
/* FIXME still a bit rough */
|
||||||
|
int typedef_flag;
|
||||||
|
char * identifier;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef enum _C99Code
|
typedef enum _C99Code
|
||||||
|
Loading…
Reference in New Issue
Block a user