From 107c2fcf5c7576ee66ee23926f0431b6db27a07a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 23 Feb 2013 09:57:51 -0800 Subject: Assume signal handlers return void, as C89 requires Drops use of autoconf's obsolete AC_TYPE_SIGNAL Signed-off-by: Alan Coopersmith --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index bae3400..e42b0cf 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 _X_NORETURN +static void _X_NORETURN catch (int sig) { fflush (stdout); -- cgit v1.2.1