|
> Minor glitch: in lopcodes.c this definition: > > const char *const luaP_opnames[] = { > > won't work in C++ [...] Are you sure? Isn't the "extern" declaration in lopcodes.h enough to make it extern? Did you have problems with a particular C++ compiler? (GNU C++ compiles that without a single warning...) -- Roberto