mirror of
https://github.com/janet-lang/janet
synced 2025-11-09 20:13:02 +00:00
Merge remote-tracking branch 'upstream/master' into crazy-brackets
This commit is contained in:
@@ -889,5 +889,5 @@ static const JanetReg parse_cfuns[] = {
|
||||
|
||||
/* Load the library */
|
||||
void janet_lib_parse(JanetTable *env) {
|
||||
janet_cfuns(env, NULL, parse_cfuns);
|
||||
janet_core_cfuns(env, NULL, parse_cfuns);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user