Commit 481ed21a by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r57816
parent cc40c1e1
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. */
......
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