diff src/g-builtins.cc @ 290:5325afdb0ef5

[project @ 1994-01-13 19:21:40 by jwe]
author jwe
date Thu, 13 Jan 1994 19:21:40 +0000
parents c23f50e61c58
children f99cd19d183e
line wrap: on
line diff
--- a/src/g-builtins.cc	Thu Jan 13 06:26:54 1994 +0000
+++ b/src/g-builtins.cc	Thu Jan 13 19:21:40 1994 +0000
@@ -73,6 +73,7 @@
 #include "f-svd.h"
 #include "f-syl.h"
 
+#include "sighandlers.h"
 #include "procstream.h"
 #include "error.h"
 #include "variables.h"
@@ -114,16 +115,6 @@
 // of symbolic link following.
 static int verbatim_pwd = 1;
 
-// Signal handler return type.
-#ifndef RETSIGTYPE
-#define RETSIGTYPE void
-#endif
-#ifndef BADSIG
-#define BADSIG (RETSIGTYPE (*)())-1
-#endif
-
-typedef RETSIGTYPE sig_handler (...);
-
 /*
  * Are all elements of a constant nonzero?
  */