1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-05 04:18:03 +00:00

Merge branch 'master' into net

This commit is contained in:
Calvin Rose
2020-03-07 14:06:51 -06:00

View File

@@ -30,6 +30,8 @@
#include "util.h"
#endif
#include <math.h>
/* VM state */
JANET_THREAD_LOCAL JanetTable *janet_vm_core_env;
JANET_THREAD_LOCAL JanetTable *janet_vm_registry;