From 62d4b687702f62a4afad51437251583cc6ee544f Mon Sep 17 00:00:00 2001 From: Teddy Date: Sat, 3 May 2014 02:26:26 +0800 Subject: long time no commit... major change --- ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 81f6f7e..0979aa0 100644 --- a/ast.h +++ b/ast.h @@ -48,6 +48,7 @@ typedef struct CNode { struct { CType_t type; CVar_t var; + CVList_t autos; int const_val; int is_const; int offset; /* offset from var */ -- cgit v1.2.3