On 7/26/06, luca regini <[EMAIL PROTECTED]> wrote:
Is it possible to rename the ../include/parrot/string.h file in something else like ../include/parrot/parrot_string.h ? I see only 2 dependencies for this file in parrot.h and register.h so this shouldn't be a big issue. I am asking this because the string.h collides with the file of the same name found in the standard C library and this collision causes some issues with SPLINT. SPLINT processes headers differently if they have the same name of some Standard C header. Renaming parrot/string.h would simplify considerably setting up a useful SPLINT target. Thanks, Luca
sure, it's possible. could you submit a patch that you made sure allows parrot to compile and pass the test suite? ~jerry