lua-users home
lua-l archive

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


Is there a bug tracker?

Minor glitch: in lopcodes.c this definition:

const char *const luaP_opnames[] = {

won't work in C++ because const implies static implies internal
linkage. Adding 'extern' fixes the problem and lua then seems
to build as C++.

-- 
John Skaller, mailto:skaller@users.sf.net
voice: 061-2-9660-0850, 
snail: PO BOX 401 Glebe NSW 2037 Australia
Checkout the Felix programming language http://felix.sf.net