Switch from using RETSIGTYPE via autoconf to void.
[mmh] / sbr / getans.c
index af882d5..7254d6b 100644 (file)
@@ -17,7 +17,7 @@ static jmp_buf sigenv;
 /*
 ** static prototypes
 */
-static RETSIGTYPE intrser(int);
+static void intrser(int);
 
 
 char **
@@ -66,7 +66,7 @@ getans(char *prompt, struct swit *ansp)
 }
 
 
-static RETSIGTYPE
+static void
 intrser(int i)
 {
        /*