Commit a9fda12f by Dave Brolley Committed by Dave Brolley

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
parent ab044c74
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
......
......@@ -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;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment