Use the environ table over the environment library
This commit is contained in:
parent
97f527fde8
commit
c62d4056e6
5 changed files with 123 additions and 154 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
static const luaL_Reg loadedlibs[] = {
|
||||
{CALLISTO_CLLIBNAME, callistoopen_cl},
|
||||
{CALLISTO_ENVLIBNAME, callistoopen_environment},
|
||||
{CALLISTO_ENVLIBNAME, callistoopen_environ},
|
||||
{CALLISTO_EXTLIBNAME, callistoopen_extra},
|
||||
{CALLISTO_FILELIBNAME, callistoopen_file},
|
||||
{CALLISTO_JSONLIBNAME, callistoopen_json},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue