Preparing to support labels

This commit is contained in:
Pierre Pronchery 2008-06-12 05:40:20 +00:00
parent bf02939f40
commit 50693c80b8

View File

@ -39,6 +39,8 @@ struct _C99
unsigned int error_cnt;
unsigned int warning_cnt;
Code * code;
unsigned int can_label;
unsigned int is_label;
};
typedef enum _C99Code