|
Stefan Sandberg wrote:
In 5.1 you need to pcall them, as in linit.c // Keffo.
I guess that is what I will have to do. There is still one issue with this problem which I would like to see changed. As it is it seem that the problem exhibits itself as an "using an uninitialized pointer" bug. I would prefer it showing as "using a zero pointer" bug. At least the latter is much more reliable. Now going back to change my "require" usage for Lua 5.1... Eero