diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ typedef struct CNode { int subtype; char *strval; } rec; - union { + struct { CType *type; CVar *var; } ext; |