Re: [PATCH] make core_ops_prederef.c compile with MS c++ [APPLIED]

2002-02-18 Thread Dan Sugalski
At 12:30 AM +0100 2/18/02, Ritz Daniel wrote: >this is a quick fix for CPrederef.pm to make to generated code >compile with the MS compiler. > >fixes: >- ms compiler allows inline only for c++, for c there's __inline >- ms header files knows nothing about ssize_t > >may be this should go into par

Re: [PATCH] make core_ops_prederef.c compile with MS c++

2002-02-17 Thread Josh Wilmes
Daniel, I've actually got something equivalent for the inline portion of your patch in the patch I just sent to the list. As far as the ssize_t part, yeah, this probably belongs in config.h_in or parrot.h or something. --Josh At 0:30 on 02/18/2002 +0100, "Ritz Daniel" <[EMAIL PROTECTED]> wr

[PATCH] make core_ops_prederef.c compile with MS c++

2002-02-17 Thread Ritz Daniel
this is a quick fix for CPrederef.pm to make to generated code compile with the MS compiler. fixes: - ms compiler allows inline only for c++, for c there's __inline - ms header files knows nothing about ssize_t may be this should go into parrot.h?? Index: CPrederef.pm ===