CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/09/07 22:48:15

Index: src/builtin.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/builtin.c,v
retrieving revision 1.1.1.1.2.38
retrieving revision 1.1.1.1.2.39
diff -u -b -r1.1.1.1.2.38 -r1.1.1.1.2.39
--- src/builtin.c       6 Sep 2006 03:58:05 -0000       1.1.1.1.2.38
+++ src/builtin.c       7 Sep 2006 22:48:15 -0000       1.1.1.1.2.39
@@ -1175,7 +1175,7 @@
       return;
     }
 
-  push_file (fp, name);
+  push_file (fp, name, TRUE);
   free ((char *) name);
 }
 


Reply via email to