From 2d50a956011cfdd70efc3ebb60e9d27bd97ffdb6 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Wed, 26 Aug 2015 13:27:05 -0400 Subject: os/os_defs.h cleanup: Remaining signal stuff RETSIGTYPE, SIGRETURN, and SIGDEFARG are always defined the same, so inline them for simplicity; SIGDUMMYARG, however, is unused, so remove it. Even if these things don't work on windows, the signal handler in if_cscope.c is already wrapped with '#idef UNIX', as is its only call site. Reviewed-by: Justin M. Keyes --- config/config.h.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'config') diff --git a/config/config.h.in b/config/config.h.in index 076a5a7ff9..54a405727d 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -51,8 +51,6 @@ #cmakedefine HAVE_UTIME_H #cmakedefine HAVE_UTIMES #cmakedefine HAVE_WORKING_LIBINTL -#define RETSIGTYPE void -#define SIGRETURN return #cmakedefine UNIX #cmakedefine USE_FNAME_CASE #define USEMAN_S 1 -- cgit