Updated the C99 structure

This commit is contained in:
Pierre Pronchery 2008-06-03 09:52:09 +00:00
parent 1ba882052d
commit 86f5fd94ed

View File

@ -39,6 +39,9 @@ struct _C99
unsigned int error_cnt;
unsigned int warning_cnt;
Code * code;
/* FIXME still a bit rough */
int typedef_flag;
char * identifier;
};
typedef enum _C99Code