aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-07 03:00:06 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-07 03:00:06 +0800
commit9c760b0907df4f5ec7c28dd109b5ded8dddbfe93 (patch)
tree2b9d82bd568af2a9bc74f0509e44d19fb545eaf0 /ast.h
parent6d4fff31616fdc96da20898d39d7cba95a9cda0a (diff)
...
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ast.h b/ast.h
index c12e2b9..8b5c372 100644
--- a/ast.h
+++ b/ast.h
@@ -45,8 +45,8 @@ typedef struct CNode {
char *strval;
} rec;
struct {
- CType *type;
- CVar *var;
+ CType_t type;
+ CVar_t var;
} ext;
struct CNode *chd, *next;
/* For error reporting */