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 same time?


Yes, that's correct. PARROT_API means it's something that we can link to in a lib, and PARROT_INLINE means that the compiler can inline it. Those two are mutually exclusive.

--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance




Reply via email to