lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I'm not sure if the problem here is a bug in Apple's version of GCC
> or just an incorrect assumption about pointer uniqueness;

I think the C standard is clear about that (no linkage between different
identifiers). This is a bug in GCC.

-- Roberto