aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/i-toplev.boot1
-rw-r--r--src/interp/sys-os.boot2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/i-toplev.boot b/src/interp/i-toplev.boot
index 15a63bad..a1982eb9 100644
--- a/src/interp/i-toplev.boot
+++ b/src/interp/i-toplev.boot
@@ -194,7 +194,6 @@ recordAndPrint(x,md) ==
$outputMode: local := md --used by DEMO BOOT
mode:= (md=$EmptyMode => quadSch(); md)
if (md ~= $Void) or $printVoidIfTrue then
- newlineIfDisplaying()
if not $QuietCommand then
output(x',md')
putHist('%,'value,objNewWrap(x,md),$e)
diff --git a/src/interp/sys-os.boot b/src/interp/sys-os.boot
index 2095c14e..4a5ed497 100644
--- a/src/interp/sys-os.boot
+++ b/src/interp/sys-os.boot
@@ -175,8 +175,6 @@ import sock__send__wakeup: (int,int) -> int for sockSendWakeup
import server__switch: () -> int for serverSwitch
-import flush__stdout: () -> int for flushStdout
-
import sock__send__signal: (int,int) -> int for sockSendSignal
--%