removed the arr module
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-02 00:34:42 +09:00
parent e2864bab55
commit bad79feacb
9 changed files with 40 additions and 332 deletions

View File

@ -736,7 +736,6 @@ void hcl_freemem (hcl_t* hcl, void* ptr)
#if defined(HCL_ENABLE_STATIC_MODULE)
#include "../mod/_arr.h"
#include "../mod/_core.h"
#include "../mod/_dic.h"
#include "../mod/_str.h"
@ -749,7 +748,6 @@ static struct
}
static_modtab[] =
{
{ "arr", hcl_mod_arr },
{ "core", hcl_mod_core },
{ "dic", hcl_mod_dic },
{ "str", hcl_mod_str },