aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-10 19:45:33 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-10 19:45:33 +0800
commitb1263939ee71fea26a2c980829c33a2556a0d65a (patch)
tree0b3c3bfc613661f669cc3cfcb0b774465698c938 /semantics.h
parentf314c03bdf62b83fe4d2b8d600d15d839a0c32b9 (diff)
the tail->next should be NULL in params
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h1
1 files changed, 0 insertions, 1 deletions
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 */