noodstop is a signal arg, and should be void noodstop()
This commit is contained in:
parent
29b989a53c
commit
597c9a97bc
@ -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();
|
||||
|
||||
@ -140,6 +140,7 @@ do_flush() {
|
||||
fflush(stderr) ;
|
||||
}
|
||||
|
||||
void
|
||||
noodstop() {
|
||||
quit(-3) ;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user