Rename file -> fs

This commit is contained in:
Jeremy Baxter 2023-08-01 13:34:32 +12:00
parent e18cf6e588
commit 659bbb9e90
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ static const luaL_Reg loadedlibs[] = {
{CALLISTO_CLLIBNAME, luaopen_cl},
{CALLISTO_ENVLIBNAME, luaopen_environ},
{CALLISTO_EXTLIBNAME, luaopen_extra},
{CALLISTO_FILELIBNAME, luaopen_file},
{CALLISTO_FSYSLIBNAME, luaopen_fs},
{CALLISTO_JSONLIBNAME, luaopen_json},
{CALLISTO_MATHLIBNAME, luaopen_math},
{CALLISTO_OSLIBNAME, luaopen_os},