Re: headerizer and src/atomic/gcc_x86.c

2008-01-07 Thread François Perrad
Allison Randal wrote: François and I have been writing over each other's commits on src/atomic/gcc_x86.c, so before I edit again, let's figure out the right way to edit. Andy, the headerizer dies with an error when src/atomic/gcc_x86.c has two functions that are marked with both PARROT_API an

Re: headerizer and src/atomic/gcc_x86.c

2008-01-04 Thread chromatic
On Friday 04 January 2008 06:09:40 Allison Randal wrote: > And François, from your commits it looks like parrot_i386_cmpxchg and > parrot_i386_xadd need PARROT_API for linking on MinGW32. Can you delete > PARROT_INLINE and have it still work? I'm confused as to why MinGW32 needs PARROT_API for th

Re: headerizer and src/atomic/gcc_x86.c

2008-01-04 Thread Andy Lester
On Jan 4, 2008, at 8:09 AM, Allison Randal wrote: Andy, the headerizer dies with an error when src/atomic/gcc_x86.c has two functions that are marked with both PARROT_API and PARROT_INLINE. Am I correct in understanding that these two markings should never occur on the same function at the

headerizer and src/atomic/gcc_x86.c

2008-01-04 Thread Allison Randal
François and I have been writing over each other's commits on src/atomic/gcc_x86.c, so before I edit again, let's figure out the right way to edit. Andy, the headerizer dies with an error when src/atomic/gcc_x86.c has two functions that are marked with both PARROT_API and PARROT_INLINE. Am I