From 950dd4b0688dee3f7a90105a1225c8ba41123282 Mon Sep 17 00:00:00 2001 From: Teddy Date: Wed, 16 Apr 2014 18:51:07 +0800 Subject: pointer offest calculate --- semantics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'semantics.h') diff --git a/semantics.h b/semantics.h index d301ab0..ca97633 100644 --- a/semantics.h +++ b/semantics.h @@ -17,7 +17,7 @@ struct CVar { const char *name; CVar_t next; /* next in the linked list */ CType_t type; - int offset; + int start; CNode *ast; }; -- cgit v1.2.3-70-g09d2