mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 15:48:47 +00:00
Added _Noreturn for failures
This commit is contained in:
parent
33e6003bee
commit
b8660e1c02
2 changed files with 3 additions and 3 deletions
|
|
@ -16,6 +16,6 @@
|
|||
|
||||
#define WORD_SIZE (CHAR_BIT * sizeof(ptrt))
|
||||
|
||||
void failure (char *s, ...);
|
||||
_Noreturn void failure (char *s, ...);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue