From b1263939ee71fea26a2c980829c33a2556a0d65a Mon Sep 17 00:00:00 2001 From: Teddy Date: Thu, 10 Apr 2014 19:45:33 +0800 Subject: the tail->next should be NULL in params --- semantics.h | 1 - 1 file changed, 1 deletion(-) (limited to 'semantics.h') diff --git a/semantics.h b/semantics.h index 8a69c13..fbbcf02 100644 --- a/semantics.h +++ b/semantics.h @@ -32,7 +32,6 @@ struct CType { CFUNC } type; const char *name; - CType_t next; union { CTable_t fields; /* for a struct or union */ CType_t ref; /* for a pointer */ -- cgit v1.2.3