aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/include/janet.h
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-01-23 16:52:26 -0600
committerCalvin Rose <calsrose@gmail.com>2021-01-23 17:08:11 -0600
commitf22472a64488535650c5fe31e3bd67dcbb2e1cac (patch)
treebc8c20287df104593c122bdfe983818089a52992 /src/include/janet.h
parentPrepare for patch release. (diff)
Begin work on allowing small binaries.
Diffstat (limited to 'src/include/janet.h')
-rw-r--r--src/include/janet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/janet.h b/src/include/janet.h
index 21e1f013..eb59746c 100644
--- a/src/include/janet.h
+++ b/src/include/janet.h
@@ -1406,6 +1406,7 @@ JANET_API JanetCompileResult janet_compile(Janet source, JanetTable *env, JanetS
/* Get the default environment for janet */
JANET_API JanetTable *janet_core_env(JanetTable *replacements);
+JANET_API JanetTable *janet_core_lookup_table(JanetTable *replacements);
JANET_API int janet_dobytes(JanetTable *env, const uint8_t *bytes, int32_t len, const char *sourcePath, Janet *out);
JANET_API int janet_dostring(JanetTable *env, const char *str, const char *sourcePath, Janet *out);