Re: c2str.pl

2004-04-19 Thread Leopold Toetsch
Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > FWIW, the usually picky Tru64 compiler is happy with the code generated > with the newest c2str.pl. > P.S. Why is the /*const*/ commented out? I would think it would be a > good idea. Isn't used anymore (it produced warnings during initialization).

Re: c2str.pl

2004-04-19 Thread Jarkko Hietaniemi
FWIW, the usually picky Tru64 compiler is happy with the code generated with the newest c2str.pl. P.S. Why is the /*const*/ commented out? I would think it would be a good idea.

Re: c2str.pl

2004-04-17 Thread Leopold Toetsch
Leopold Toetsch <[EMAIL PROTECTED]> wrote: > - $ perl c2str.pl src/objects.c > src/objects.str > - enable #include "objects.str" near the top of the file > - $ make To make it compile cleanly with gcc 2.95.2 some of the consts need to go - or I'm to dumb to do it right ;) So here is another versi