aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index 3ae318d..5176cca 100644
--- a/ast.h
+++ b/ast.h
@@ -45,7 +45,7 @@ typedef struct CNode {
int subtype;
char *strval;
} rec;
- union {
+ struct {
CType *type;
CVar *var;
} ext;