diff options
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -505,7 +505,6 @@ struct switchcases { struct repr; -struct switchcases *mkswitch(void); void switchcase(struct switchcases *, uint64_t, struct block *); struct block *mkblock(char *); |