Re: [BUG] headerizer can't handle new file src/atomic/gcc_x86.c

2007-12-10 Thread Allison Randal
Andy Lester wrote: PARROT_INLINE void * parrot_i386_cmpxchg(void *volatile *ptr, void *expect, void *update)" Righto. Resolved in r23708. Allison

Re: [BUG] headerizer can't handle new file src/atomic/gcc_x86.c

2007-12-10 Thread Andy Lester
I can't spare the brain bandwidth to dig into this further at the moment, so posting for others. BTW I have other headerizer stuff to update, like updating all the comments automagically so that the function declaration always matches the POD. -- Andy Lester => [EMAIL PROTECTED] => www.p

Re: [BUG] headerizer can't handle new file src/atomic/gcc_x86.c

2007-12-10 Thread Andy Lester
On Dec 10, 2007, at 11:59 AM, Allison Randal wrote: Couldn't handle "PARROT_INLINE void *parrot_i386_cmpxchg(void *volatile *ptr, void *expect, void *update)" at tools/build/headerizer.pl line 169. Turn that into: PARROT_INLINE void * parrot_i386_cmpxchg(void *volatile *ptr, void *expe

[BUG] headerizer can't handle new file src/atomic/gcc_x86.c

2007-12-10 Thread Allison Randal
When I try to run 'make headerizer' I get the following error: -- can't find HEADERIZER HFILE directive in 'src/atomic/gcc_x86.c' at tools/build/headerizer.pl line 335. -- But when I add the HFILE directive: /* HEADERIZER HFILE: include/parrot/atomic/gcc_x86.h */ I then get the error