* gengtype.c (rtx_next): Change type to int.
From-SVN: r57816
This commit is contained in:
parent
cc40c1e130
commit
481ed21ac3
@ -1,3 +1,7 @@
|
||||
2002-10-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* gengtype.c (rtx_next): Change type to int.
|
||||
|
||||
2002-10-04 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Fix value.
|
||||
|
@ -360,7 +360,7 @@ static const char * const rtx_format[NUM_RTX_CODE] = {
|
||||
#undef DEF_RTL_EXPR
|
||||
};
|
||||
|
||||
static char rtx_next[NUM_RTX_CODE];
|
||||
static int rtx_next[NUM_RTX_CODE];
|
||||
|
||||
/* Generate the contents of the rtx_next array. This really doesn't belong
|
||||
in gengtype at all, but it's needed for adjust_field_rtx_def. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user