m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/src/Attic/output.c,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/src/Attic/output.c,v [branch-1_4]
Date: Wed, 01 Nov 2006 22:29:13 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/11/01 22:29:08

Index: src/output.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/output.c,v
retrieving revision 1.1.1.1.2.13
retrieving revision 1.1.1.1.2.14
diff -u -b -r1.1.1.1.2.13 -r1.1.1.1.2.14
--- src/output.c        26 Oct 2006 21:11:56 -0000      1.1.1.1.2.13
+++ src/output.c        1 Nov 2006 22:29:08 -0000       1.1.1.1.2.14
@@ -325,7 +325,7 @@
 void
 shipout_text (struct obstack *obs, const char *text, int length)
 {
-  static boolean start_of_output_line = TRUE;
+  static bool start_of_output_line = true;
   char line[20];
   const char *cursor;
 
@@ -371,7 +371,7 @@
       {
        if (start_of_output_line)
          {
-           start_of_output_line = FALSE;
+           start_of_output_line = false;
            output_current_line++;
 
 #ifdef DEBUG_OUTPUT
@@ -402,7 +402,7 @@
          }
        OUTPUT_CHARACTER (*text);
        if (*text == '\n')
-         start_of_output_line = TRUE;
+         start_of_output_line = true;
       }
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]