1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-28 22:27:41 +00:00

Refactor module and env code into separate files.

This commit is contained in:
bakpakin
2017-07-12 14:47:09 -04:00
parent 6a8ec0c895
commit 8c20b7229a
6 changed files with 239 additions and 202 deletions

View File

@@ -113,7 +113,7 @@ static int debug_run(Gst *vm, FILE *in, int64_t flags) {
printf_flags(flags, "31", "parse error: unexpected end of source%s\n", "");
return 1;
}
/* Otherwise we finished the file with no problems*/
/* Otherwise we finished the file with no problems */
return 0;
}
reader = buffer;