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 those.  It's my sketchy 
impression that the compiler should recognize them as overriding builtin 
operations of the x86 processor, in which case they're really not something 
to export from the shared library.

-- c

Reply via email to