diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ typedef struct CNode { struct { CType_t type; CVar_t var; + int const_val; } ext; struct CNode *chd, *next; /* For error reporting */ |