Skip to content
Snippets Groups Projects
Commit 0617f0bf authored by Gregory Nutt's avatar Gregory Nutt
Browse files

stdnoreturn.h: remove C++11 dependency. Applies to C too.

parent c76774cf
No related branches found
No related tags found
No related merge requests found
......@@ -44,11 +44,7 @@
/* C11 adds _Noreturn keyword that the function will not return. */
# if __cplusplus >= 201103L
# define noreturn _Noreturn
# else
# define noreturn
# endif
# define noreturn _Noreturn
#elif defined(SDCC) || defined(__SDCC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment