Deprecated function

classic Classic list List threaded Threaded
1 message Options
Dado Sutter Dado Sutter
Reply | Threaded
Open this post in threaded view
|

Deprecated function

Hello all,
   On the shell.c file, line 134, the lua_open() function is used to create
a new Lua State.
   Acording to the Ref. Manual, pag 94 (I've checked with Roberto too), it
will work fine for now but will fail from Lua 5.2 on.
   The function has been replaced by luaL_newstate()     {or lua_newstate()
if we want to use non-default malloc system).

Best
Dado
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/elua-dev/attachments/20081117/1f1f0036/attachment.html