mirror of
https://github.com/janet-lang/janet
synced 2025-10-28 22:27:41 +00:00
More work on c library interface and io library.
This commit is contained in:
@@ -270,7 +270,8 @@ int main(int argc, char **argv) {
|
||||
/* Set up VM */
|
||||
dst_init();
|
||||
dst_vm_gc_interval = gcinterval;
|
||||
env = dst_loadstl(DST_LOAD_ROOT);
|
||||
env = dst_stl_env();
|
||||
dst_gcroot(env);
|
||||
|
||||
/* Read the arguments. Only process files. */
|
||||
for (i = 1; i < argc; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user