diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ typedef struct CNode { } rec; union { CType *type; - CVar *var_ref; + CVar *var; } ext; struct CNode *chd, *next; /* For error reporting */ |