1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-09 20:13:02 +00:00

Make some unit tests pass. Fix transfer to new fiber.

This commit is contained in:
bakpakin
2018-01-12 16:25:24 -05:00
parent f8174f192c
commit 59bed71a2c
11 changed files with 100 additions and 29 deletions

View File

@@ -176,7 +176,7 @@ static void runfile(const uint8_t *src, int32_t len) {
}
int main(int argc, char **argv) {
int status = -1;
int status = 0;
int i;
int fileRead = 0;
uint32_t gcinterval = 0x10000;