diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ typedef struct CNode { CType_t type; CVar_t var; CVList_t autos; - int const_val; + long const_val; int is_const; int offset; /* offset from var */ } ext; |