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:
parent
ab044c7412
commit
a9fda12fbb
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user