aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ht-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-08-26 00:43:37 +0000
committerdos-reis <gdr@axiomatics.org>2012-08-26 00:43:37 +0000
commit8e50d849f23a839f2410cc388f97ee2dc4c76786 (patch)
treee6c45fe393f6d44eb08862126052ca3d0ca48f52 /src/interp/ht-util.boot
parent14a4b85c2ae0836b9020b2c28d0232d206d69fe8 (diff)
downloadopen-axiom-8e50d849f23a839f2410cc388f97ee2dc4c76786.tar.gz
* interp/i-util.boot: Lose paramater. Unconditional flush the
output stream. Adjust callers.
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r--src/interp/ht-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ht-util.boot b/src/interp/ht-util.boot
index 6bd5fe02..20c7ba23 100644
--- a/src/interp/ht-util.boot
+++ b/src/interp/ht-util.boot
@@ -467,7 +467,7 @@ executeInterpreterCommand command ==
TERPRI()
ncSetCurrentLine(command)
CATCH($SpadReaderTag, parseAndInterpret command)
- not $leanMode and printPrompt "andFlush"
+ not $leanMode and printPrompt()
typeCheckInputAreas htPage ==
-- This needs to be severly beefed up