CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/09/07 23:53:04
Index: modules/m4.c
===================================================================
RCS file: /sources/m4/m4/modules/m4.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- modules/m4.c 31 Aug 2006 03:21:35 -0000 1.68
+++ modules/m4.c 7 Sep 2006 23:53:04 -0000 1.69
@@ -650,7 +650,7 @@
return;
}
- m4_push_file (context, fp, name);
+ m4_push_file (context, fp, name, true);
free (name);
}