From a19c85b2b0c70db4e87efe129da38ea870f8971c Mon Sep 17 00:00:00 2001 From: Teddy Date: Fri, 11 Apr 2014 15:53:22 +0800 Subject: basic const precalculation --- ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 84abe4a..9831f68 100644 --- a/ast.h +++ b/ast.h @@ -48,6 +48,7 @@ typedef struct CNode { CType_t type; CVar_t var; int const_val; + int is_const; } ext; struct CNode *chd, *next; /* For error reporting */ -- cgit v1.2.3