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 dbdf63595a
commit 03405742a3
3 changed files with 3 additions and 2 deletions

View file

@ -79,7 +79,7 @@ extern int creat();
/* Own routines */
enum f_path getpath();
enum f_path scan_end();
extern int noodstop();
extern void noodstop();
extern char *getvar();
extern char *keeps();
extern char *basename();

View file

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