noodstop is a signal arg, and should be void noodstop()
authorceriel <none@none>
Fri, 12 Nov 1993 16:53:24 +0000 (16:53 +0000)
committerceriel <none@none>
Fri, 12 Nov 1993 16:53:24 +0000 (16:53 +0000)
util/ack/ack.h
util/ack/proto.make
util/ack/util.c

index e18c133..420fa0a 100644 (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();
index e2c4d56..a7185ed 100644 (file)
@@ -51,7 +51,7 @@ FE=fe
 INTABLES=sun3
 LNTABLES=acc apc abc ocm m2 f2c vax4 i86 i386 m68k2 m68k4 pmds pmds4 mantra \
        m68020 z8000 pdp em22 em24 em44 6500 6800 6805 6809 i80 ns s2650 z80 \
-       sun2 xenix3 minix minixST sparc  sparc_solaris arm
+       sun2 xenix3 minix minixST sparc sparc_solaris arm
 INCLUDES=-I$(TARGET_HOME)/h -I$(TARGET_HOME)/config -I$(SRC_DIR)
 CFLAGS= $(INCLUDES) $(COPTIONS)
 UCFLAGS= $(INCLUDES) $(UCOPTIONS)
index 445b08a..a5f1508 100644 (file)
@@ -140,6 +140,7 @@ do_flush() {
        fflush(stderr) ;
 }
 
+void
 noodstop() {
        quit(-3) ;
 }