[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ 5.4 work2 ] LUA_API / LUA_MODAPI definitions changed, does not export open functions
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 17 Dec 2018 11:09:26 -0200
> 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