From 9c760b0907df4f5ec7c28dd109b5ded8dddbfe93 Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 7 Apr 2014 03:00:06 +0800 Subject: ... --- ast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ast.h') 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 */ -- cgit v1.2.3