diff options
| author | 2023-05-28 22:35:58 +0200 | |
|---|---|---|
| committer | 2023-05-28 22:35:58 +0200 | |
| commit | 84824a0ed3a0cf90728078b74ca39778c51e60b9 (patch) | |
| tree | 1e4f51f90d682974bd09bad72c02934542735354 /parse.h | |
| parent | 104330a399f405b83328525bb2be55b360109b16 (diff) | |
cleanup
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -176,16 +176,6 @@ enum storageclass { SCREGISTER = 1<<5, }; -struct decl { - union type ty; - uchar scls; - uchar qual; - ushort align; - struct span span; - const char *name; - int id; -}; - enum evalmode { EVINTCONST, EVARITH, |