aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-05 16:00:49 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-05 16:00:49 +0800
commitcf59bbeb4d738688837f858c5ddc6c152ecc6dbe (patch)
tree09cd700ab81a0545d5c9c41791ab3639e4fbf60d /ast.h
parentd30f1626370880275c0e046e31c2d9942ab2fd3a (diff)
...
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;