* gengtype.c (rtx_next): Change type to int.

From-SVN: r57816
This commit is contained in:
Kaveh R. Ghazi 2002-10-04 13:41:45 +00:00 committed by Kaveh Ghazi
parent cc40c1e130
commit 481ed21ac3
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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. */