]> diplodocus.org Git - nmh/blobdiff - sbr/getans.c
Ignore a.out.DSYM (this file sometims shows up when using the debugger)
[nmh] / sbr / getans.c
index 3229eb57fc7fd48507473d3d52d3f5b0d65a8db3..5c70ba06b21dfcd181c4b8511988d5a5c85cb211 100644 (file)
@@ -18,7 +18,7 @@ static jmp_buf sigenv;
 /*
  * static prototypes
  */
-static RETSIGTYPE intrser (int);
+static void intrser (int);
 
 
 char **
@@ -67,7 +67,7 @@ getans (char *prompt, struct swit *ansp)
 }
 
 
-static RETSIGTYPE
+static void
 intrser (int i)
 {
     /*