From 86f5fd94ed9e94e53c520763097a4506a2d08f13 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 3 Jun 2008 09:52:09 +0000 Subject: [PATCH] Updated the C99 structure --- src/common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common.h b/src/common.h index d92cf93..c96a9e4 100644 --- a/src/common.h +++ b/src/common.h @@ -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