Use the environ table over the environment library

This commit is contained in:
Jeremy Baxter 2023-07-02 08:15:17 +12:00
parent 97f527fde8
commit c62d4056e6
5 changed files with 123 additions and 154 deletions

View file

@ -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},