fix -R
This commit is contained in:
parent
a444d4827d
commit
e5d876eb80
@ -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; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user