From cf59bbeb4d738688837f858c5ddc6c152ecc6dbe Mon Sep 17 00:00:00 2001 From: Teddy Date: Sat, 5 Apr 2014 16:00:49 +0800 Subject: ... --- ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ast.h') 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; -- cgit v1.2.3