CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/11/14 05:58:01
Index: m4/output.c
===================================================================
RCS file: /sources/m4/m4/m4/output.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- m4/output.c 11 Nov 2006 14:00:28 -0000 1.38
+++ m4/output.c 14 Nov 2006 05:58:01 -0000 1.39
@@ -183,8 +183,8 @@
while (gl_list_iterator_next (&iter, &elt, NULL))
{
diversion = (m4_diversion *) elt;
- if (!diversion->size && diversion->u.file &&
- close_stream_temp (diversion->u.file) != 0)
+ if (!diversion->size && diversion->u.file
+ && close_stream_temp (diversion->u.file) != 0)
{
error (0, errno,
_("cannot clean temporary file for diversion"));
@@ -431,7 +431,7 @@
/* Output TEXT to a file, or in-memory diversion buffer. */
- if (!m4_get_sync_output_opt (context))
+ if (!m4_get_syncoutput_opt (context))
switch (length)
{