[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc2) now available - luaL_typerror()
- From: Dirk Laurie <dpl@...>
- Date: Thu, 23 Jun 2011 10:05:44 +0200
>
> I understand that "deprecated" means "it is still there but don't use
> it, we may remove it in a future version!" (eg. lua_cpcall or
> luaL_register) and "removed" means "it is no longer there, fix your
> code now!" (eg. lua_getfenv)
>
I think "deprecated" means: "there are certain -D compiler options
available that you may define to enable it, but it is disabled by
default".
D.