CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 07/01/05 02:58:33
Index: src/m4.c =================================================================== RCS file: /sources/m4/m4/src/Attic/m4.c,v retrieving revision 1.1.1.1.2.40 retrieving revision 1.1.1.1.2.41 diff -u -b -r1.1.1.1.2.40 -r1.1.1.1.2.41 --- src/m4.c 3 Jan 2007 21:09:23 -0000 1.1.1.1.2.40 +++ src/m4.c 5 Jan 2007 02:58:32 -0000 1.1.1.1.2.41 @@ -548,8 +548,7 @@ read_stdin = process_file ("-"); else for (; optind < argc; optind++) - if (process_file (defines->arg)) - read_stdin = true; + read_stdin |= process_file (argv[optind]); /* Now handle wrapup text. */