mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 16:30:29 +00:00
Alias noreturn to wontreturn
This commit is contained in:
parent
87d3a24f2d
commit
0f8adc258f
1 changed files with 1 additions and 6 deletions
|
@ -1,15 +1,10 @@
|
|||
#ifndef LIBC_ISYSTEM_STDNORETURN_H_
|
||||
#define LIBC_ISYSTEM_STDNORETURN_H_
|
||||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
#if __STDC_VERSION__ + 0 >= 201112
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
#define noreturn _Noreturn
|
||||
#define noreturn wontreturn
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
|
||||
#endif /* C11 */
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue