summaryrefslogtreecommitdiff
path: root/xcalc.h
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-12-16 10:04:46 -0500
committerGaetan Nadon <memsize@videotron.ca>2013-12-16 20:50:38 -0500
commit40911339c45a880abbe6ad60dac4718a402d88ab (patch)
treeb9426118a8e8a5a47d366f77d988cb0481b7ed2b /xcalc.h
parent25454313c637f2b6983ba289deed96141cec8000 (diff)
Assume signal handlers return void, as C89 requires
Drops use of Imake's obsolete SIGNALRETURNSINT. Reviewd-by: Mark Kettenis <kettenis@openbsd.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'xcalc.h')
-rw-r--r--xcalc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xcalc.h b/xcalc.h
index 1924bf7..ad0f317 100644
--- a/xcalc.h
+++ b/xcalc.h
@@ -56,11 +56,7 @@ from the X Consortium.
#include <X11/Xlocale.h>
-#ifdef SIGNALRETURNSINT
-#define signal_t int
-#else
#define signal_t void
-#endif
#define kRECIP 0 /* reciprocal */
#define kSQR 1 /* square */