CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 07/01/27 00:25:33
Index: src/builtin.c =================================================================== RCS file: /sources/m4/m4/src/Attic/builtin.c,v retrieving revision 1.1.1.1.2.54 retrieving revision 1.1.1.1.2.55 diff -u -b -r1.1.1.1.2.54 -r1.1.1.1.2.55 --- src/builtin.c 15 Jan 2007 13:51:33 -0000 1.1.1.1.2.54 +++ src/builtin.c 27 Jan 2007 00:25:33 -0000 1.1.1.1.2.55 @@ -27,7 +27,6 @@ extern FILE *popen (); #include "regex.h" -#include "strstr.h" #if HAVE_SYS_WAIT_H # include <sys/wait.h>
