lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 
> 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.