summaryrefslogtreecommitdiff
path: root/def.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-20 22:45:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-20 23:03:29 -0800
commit87fd28cd5a5acfe6e91c97c4af0a469e1e86cbd5 (patch)
tree4b9ad10eb94699f3b5a1718004399ddbf2fe1820 /def.h
parent637c59e78f699a824e78316cb8ca3113bb5c738b (diff)
Mark fatalerr & catch as _X_NORETURN
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'def.h')
-rw-r--r--def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/def.h b/def.h
index 0d49c55..1930cde 100644
--- a/def.h
+++ b/def.h
@@ -172,7 +172,7 @@ int cppsetup(const char *filename,
struct inclist *inc);
-extern void fatalerr(const char *, ...) _X_ATTRIBUTE_PRINTF(1, 2);
+extern void fatalerr(const char *, ...) _X_ATTRIBUTE_PRINTF(1, 2) _X_NORETURN;
extern void warning(const char *, ...) _X_ATTRIBUTE_PRINTF(1, 2);
extern void warning1(const char *, ...) _X_ATTRIBUTE_PRINTF(1, 2);