1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-11 21:14:16 +00:00

Merge remote-tracking branch 'upstream/master' into crazy-brackets

This commit is contained in:
J.-F. Cap
2019-02-08 23:45:55 +01:00
28 changed files with 265 additions and 76 deletions

View File

@@ -147,5 +147,5 @@ static const JanetReg tuple_cfuns[] = {
/* Load the tuple module */
void janet_lib_tuple(JanetTable *env) {
janet_cfuns(env, NULL, tuple_cfuns);
janet_core_cfuns(env, NULL, tuple_cfuns);
}