Re: cvs commit: parrot embed.c

2003-07-31 Thread Daniel Grunblatt
On Thursday 31 July 2003 14:31, Brent Dax wrote: > Daniel Grunblatt: > > +PIO_eprintf(interpreter, "Parrot VM: Platform " JIT_ARCHNAME > > +" is not EXEC-capable.\n"); > > An unprefixed constant like JIT_ARCHNAME should not be available to > embedders. If it is, somethi

Re: cvs commit: parrot embed.c

2003-07-31 Thread Brent Dax
Daniel Grunblatt: > +PIO_eprintf(interpreter, "Parrot VM: Platform " JIT_ARCHNAME > +" is not EXEC-capable.\n"); An unprefixed constant like JIT_ARCHNAME should not be available to embedders. If it is, something's wrong. I don't have a copy of the source with me, and