chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6a185f9
)
utils/macros.h: Define missing fallback for `NORETURN'.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Aug 2019 10:30:09 +0000
(11:30 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Aug 2019 10:30:09 +0000
(11:30 +0100)
utils/macros.h
patch
|
blob
|
blame
|
history
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