[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: using luaopen_io
- From: epajarre@...
- Date: Fri, 07 Oct 2005 11:32:54 +0300
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