On Mar 4, 2008, at 2:44 PM, Eli Friedman wrote: > Hmm, looking at it again, "extern inline __attribute__((weak))" isn't > quite right... we really want something like "extern inline > __attribute__((linkonce))". If these are marked always_inline, they should never make it to the linker. -Chris