This commit is contained in:
dzaima 2021-08-01 02:32:47 +03:00
parent a444d4827d
commit e5d876eb80

View File

@ -124,6 +124,7 @@ int main(int argc, char* argv[]) {
for (u64 i = 0; i < ia; i++) { for (u64 i = 0; i < ia; i++) {
dec(gsc_exec_inline(lget(lines, i), inc(replPath), emptySVec())); dec(gsc_exec_inline(lget(lines, i), inc(replPath), emptySVec()));
} }
break;
} }
#endif #endif
case 'r': { startREPL = true; break; } case 'r': { startREPL = true; break; }