aboutsummaryrefslogtreecommitdiff
path: root/src/interp/msg.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-15 08:45:54 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-15 08:45:54 +0000
commite7e3cddc7d075a5c2ed67b24fcb885329ad1eb3b (patch)
tree70800fb3b8f946ecd2eefd5b45209cba3a4982d3 /src/interp/msg.boot
parentc4fc20005aceb3af8b79f33cc9f44179b1ce011a (diff)
downloadopen-axiom-e7e3cddc7d075a5c2ed67b24fcb885329ad1eb3b.tar.gz
Fix SF/2760823
* interp/sys-driver.boot (systemMain): Explicitly call toplevel REPL for SBCL- and ECL-based builds. * interp/i-toplev.boot (start): Don't special case SBCL here. * interp/int-top.boot (spad): Likewise. (intloop): Tidy call to SpadInterpretStream. (SpadInterpretStream): Don't store to $fn. * interp/msg.boot (toFile?): Don't check for $fn.
Diffstat (limited to 'src/interp/msg.boot')
-rw-r--r--src/interp/msg.boot1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/msg.boot b/src/interp/msg.boot
index af1532f9..60d2e2f6 100644
--- a/src/interp/msg.boot
+++ b/src/interp/msg.boot
@@ -337,7 +337,6 @@ msgOutputter msg ==
toScreen? msg == getMsgToWhere msg ^= 'fileOnly
toFile? msg ==
- PAIRP $fn and _
getMsgToWhere msg ^= 'screenOnly