chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
utils/macros.h: Define missing fallback for `NORETURN'.
[mLib]
/
utils
/
macros.h
diff --git
a/utils/macros.h
b/utils/macros.h
index 8f9f49e8d0ef4a51c5f2cf778a717076ee3fed1d..181f2f7117e1f7ae07497901e55235b1e11fd7dc 100644
(file)
--- a/
utils/macros.h
+++ b/
utils/macros.h
@@
-180,6
+180,10
@@
# define SCANF_LIKE(fmtix, argix)
#endif
# define SCANF_LIKE(fmtix, argix)
#endif
+#ifndef NORETURN
+# define NORETURN
+#endif
+
#ifndef IGNORABLE
# define IGNORABLE
#endif
#ifndef IGNORABLE
# define IGNORABLE
#endif