aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-output.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-13 12:02:06 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-13 12:02:06 +0000
commit03096666f13a4659f18824b2676aa27602999ab5 (patch)
treeab1e397503e512af9911360a9b0fa9abbe488133 /src/interp/i-output.boot
parent81bb06e3fd33bad7aae956b7742421159e2d0df9 (diff)
downloadopen-axiom-03096666f13a4659f18824b2676aa27602999ab5.tar.gz
Diffstat (limited to 'src/interp/i-output.boot')
-rw-r--r--src/interp/i-output.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-output.boot b/src/interp/i-output.boot
index c13f71cf..cff0e227 100644
--- a/src/interp/i-output.boot
+++ b/src/interp/i-output.boot
@@ -1595,7 +1595,7 @@ output(expr,domain) ==
outputNumber(start,linelength,num) ==
if start > 1 then blnks := fillerSpaces(start-1,'" ")
else blnks := '""
- under:='"__"
+ under := '"__"
firsttime:=(linelength>3)
if linelength>2 then
linelength:=linelength-1