[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: bug tracker
- From: skaller <skaller@...>
- Date: 25 Dec 2004 01:36:52 +1100
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