mirror of
git://c9x.me/qbe.git
synced 2026-04-07 10:59:47 +00:00
mark diag() as non-returning
This commit is contained in:
parent
87dfb081d6
commit
97b58def96
@ -474,7 +474,7 @@ extern char debug['Z'+1];
|
|||||||
/* util.c */
|
/* util.c */
|
||||||
extern Typ typ[NTyp];
|
extern Typ typ[NTyp];
|
||||||
extern Ins insb[NIns], *curi;
|
extern Ins insb[NIns], *curi;
|
||||||
void diag(char *);
|
void diag(char *) __attribute__((noreturn));
|
||||||
void *emalloc(size_t);
|
void *emalloc(size_t);
|
||||||
void *alloc(size_t);
|
void *alloc(size_t);
|
||||||
void freeall(void);
|
void freeall(void);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user