Menu

#1 type cast error in jikes' stream.cpp

open
nobody
None
5
2002-01-26
2002-01-26
Anonymous
No

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.

Discussion

  • Scott Sanders

    Scott Sanders - 2002-01-27

    Logged In: YES
    user_id=413054

    I just updated to the latest jikes cvs (Jan 27). Give it a
    try from cvs now.

    Scott

     
  • Nobody/Anonymous

    Logged In: NO

    How do I patch the Jikes???

     

Log in to post a comment.