Re: Is registry.LUA_NOENV a public API?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Is registry.LUA_NOENV a public API?
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2023年7月27日 10:47:55 -0300
> I was looking for information regarding the registry constant
> "LUA_NOENV". In the source code of lua.c this constant is set by the
> -E option and directs the standard libraries to ignore environment
> variables, perhaps most relevant to the package module.
>
> Is this part of the public lua C API?
Not yet, but it may become :-) Do you need it?
-- Roberto