Since r8195, PARROT_DEBUG_FLAG is not defined in parrot/interpreter.h
So, make hello fails when compiling src/exec_start.c
PARROT_DEBUG_FLAG is also referenced in several files.
Francois Perrad.
> Since r8195, PARROT_DEBUG_FLAG is not defined in parrot/interpreter.h
> So, make hello fails when compiling src/exec_start.c
Ah, yep. I've changed it to follow the code of src/embed.c.
Thanks for testing.
> PARROT_DEBUG_FLAG is also referenced in several files.
Old commented cruft e.g. in classes/sub.pmc
> Francois Perrad.
leo