aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
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 */