new signals
[unix-history] / usr / src / usr.bin / mail / lex.c
index 6c7f331..3741d25 100644 (file)
@@ -8,7 +8,7 @@
  * Lexical processing of commands.
  */
 
  * Lexical processing of commands.
  */
 
-static char *SccsId = "@(#)lex.c       2.11 %G%";
+static char *SccsId = "@(#)lex.c       2.12 %G%";
 
 char   *prompt = "& ";
 
 
 char   *prompt = "& ";
 
@@ -522,9 +522,7 @@ stop(s)
        }
        clrbuf(stdout);
        printf("Interrupt\n");
        }
        clrbuf(stdout);
        printf("Interrupt\n");
-# ifdef VMUNIX
-       sigrelse(s);
-# else
+# ifndef VMUNIX
        signal(s, stop);
 # endif
        reset(0);
        signal(s, stop);
 # endif
        reset(0);