lua-users home
lua-l archive

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


>      I noticed that in luaconf.h, around line 257, this change was made:
> 
> /*
> ** More often than not the libs go together with the core;
> ** Functions from the auxiliary library must be exported,
> ** but opening functions do not.
> */
> #define LUALIB_API    LUA_API
> #define LUAMOD_API    LUAI_FUNC
> 
>     [...]
> 
>      Is there a particular reason why the modules/open API is now
> considered a private implementation detail?

This change was already reversed.

-- Roberto