noodstop is a signal arg, and should be void noodstop()

This commit is contained in:
ceriel
1993-11-12 16:53:24 +00:00
parent 29b989a53c
commit 597c9a97bc
3 changed files with 3 additions and 2 deletions

View File

@@ -140,6 +140,7 @@ do_flush() {
fflush(stderr) ;
}
void
noodstop() {
quit(-3) ;
}