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

Remove pretty printer implemented in C.

This commit is contained in:
Calvin Rose
2018-03-14 13:37:08 -04:00
parent d5e4496e95
commit 1ec704feb9
4 changed files with 42 additions and 308 deletions

View File

@@ -435,7 +435,7 @@ void dst_line_get(DstBuffer *buffer) {
}
if (line()) {
norawmode();
exit(0);
fputc('\n', stdout);
return;
}
norawmode();