mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-30 14:31:04 +00:00
Add <stdnoreturn.h> header.
This commit is contained in:
parent
d10478967f
commit
bc1f6eb457
12
ORCACDefs/stdnoreturn.h
Normal file
12
ORCACDefs/stdnoreturn.h
Normal file
@ -0,0 +1,12 @@
|
||||
/****************************************************************
|
||||
*
|
||||
* stdnoreturn.h - macro for _Noreturn
|
||||
*
|
||||
****************************************************************/
|
||||
|
||||
#ifndef __stdnoreturn__
|
||||
#define __stdnoreturn__
|
||||
|
||||
#define noreturn _Noreturn
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user