cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
authorDave Brolley <brolley@redhat.com>
Mon, 31 Jan 2000 21:58:10 +0000 (16:58 -0500)
committerDave Brolley <brolley@gcc.gnu.org>
Mon, 31 Jan 2000 21:58:10 +0000 (16:58 -0500)
2000-01-31  Dave Brolley  <brolley@redhat.com>

* cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.

From-SVN: r31726

gcc/ChangeLog
gcc/cccp.c

index 3838f3f..0465625 100644 (file)
@@ -1,3 +1,7 @@
+2000-01-31  Dave Brolley  <brolley@redhat.com>
+
+       * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
+
 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
 
        * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
index 301122b..8771d0d 100644 (file)
@@ -8486,7 +8486,7 @@ struct argdata {
   int stringified_length_bound;
   U_CHAR *free1, *free2;
   U_CHAR *free_ptr;
-  char newlines;
+  int newlines;
   char use_count;
 };