CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/06/22 03:29:36
Index: src/m4.c =================================================================== RCS file: /sources/m4/m4/src/Attic/m4.c,v retrieving revision 1.1.1.1.2.10 retrieving revision 1.1.1.1.2.11 diff -u -b -r1.1.1.1.2.10 -r1.1.1.1.2.11 --- src/m4.c 15 Jun 2006 13:08:46 -0000 1.1.1.1.2.10 +++ src/m4.c 22 Jun 2006 03:29:36 -0000 1.1.1.1.2.11 @@ -22,13 +22,7 @@ #include "m4.h" #include <getopt.h> - -#if defined(HAVE_SYS_SIGNAL_H) -# include <sys/signal.h> -#endif -#if defined(HAVE_SIGNAL_H) -# include <signal.h> -#endif +#include <signal.h> static void usage _((int));
