Re: [CAGE] Request for header file renaming

2006-07-26 Thread jerry gay
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

Re: [CAGE] Request for header file renaming

2006-07-26 Thread João Cruz Morais
Also Splint halts when "malloc-trace.c" is processed, since it includes "malloc-trace.h" which does not exist anywhere in the trunk. On another note, as anyone played with Rats or Flawfinder? Regards, João On 7/26/06, luca regini <[EMAIL PROTECTED]> wrote: > Is it possible to rename the > ../i

Re: [CAGE] Request for header file renaming

2006-07-26 Thread Andy Lester
On Wed, Jul 26, 2006 at 05:24:24PM +0200, luca regini ([EMAIL PROTECTED]) wrote: > name of some Standard C header. Renaming > parrot/string.h would simplify considerably setting up > a useful SPLINT target. Thanks for starting the splint target, luca. I doubt there would be any problem, but I'll

[CAGE] Request for header file renaming

2006-07-26 Thread luca regini
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