CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/10/13 16:46:47
Index: src/main.c
===================================================================
RCS file: /sources/m4/m4/src/main.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -b -r1.96 -r1.97
--- src/main.c 12 Oct 2006 02:44:27 -0000 1.96
+++ src/main.c 13 Oct 2006 16:46:47 -0000 1.97
@@ -652,7 +652,7 @@
}
/* Now handle wrapup text. */
- while (m4_pop_wrapup ())
+ while (m4_pop_wrapup (context))
m4_macro_expand_input (context);
if (frozen_file_to_write)