|
|
||
|
skaller wrote:
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++.
Lua is written in AINSI C, and not in C++. So, Lua don't have to compile
with a C++
compiler.
--
"The "N" in NFS stands for Not, or Need, or perhaps Nightmare."
--Henry Spencer
Raffaello