diff options
Diffstat (limited to 'semantics.h')
-rw-r--r-- | semantics.h | 1 |
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 */ |