summaryrefslogtreecommitdiff
path: root/main.c
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 /main.c
parent637c59e78f699a824e78316cb8ca3113bb5c738b (diff)
downloadxorg-util-makedepend-baserock/morph.tar.gz
Mark fatalerr & catch as _X_NORETURNbaserock/morph
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 8691395..f68a361 100644
--- a/main.c
+++ b/main.c
@@ -113,7 +113,7 @@ boolean warn_multiple = FALSE;
static void setfile_cmdinc(struct filepointer *filep, long count, char **list);
static void redirect(const char *line, const char *makefile);
-static RETSIGTYPE
+static RETSIGTYPE _X_NORETURN
catch (int sig)
{
fflush (stdout);