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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user