type cast error in jikes' stream.cpp
Brought to you by:
gjbadros,
stonecobra
I'm not sure if you're interested in maintaining your
underlying Jikes compiler, but here is a problem I
discovered when trying to compile the patched jikes.
The type cast on the second parameter in the call
below should be (const char **).
iconv(control.option.converter,(char **)&source_ptr,
&srcl,(char **)&chp, &chl);
Small and painless.
Logged In: YES
user_id=413054
I just updated to the latest jikes cvs (Jan 27). Give it a
try from cvs now.
Scott
Logged In: NO
How do I patch the Jikes???