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

2000-01-31  Dave Brolley  <brolley@redhat.com>

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

From-SVN: r31726
This commit is contained in:
Dave Brolley 2000-01-31 16:58:10 -05:00 committed by Dave Brolley
parent ab044c7412
commit a9fda12fbb
2 changed files with 5 additions and 1 deletions

View 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

View 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;
};