aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-toplev.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-toplev.boot')
-rw-r--r--src/interp/i-toplev.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/i-toplev.boot b/src/interp/i-toplev.boot
index 03d8edf7..9d3642aa 100644
--- a/src/interp/i-toplev.boot
+++ b/src/interp/i-toplev.boot
@@ -96,14 +96,14 @@ start(:l) ==
readSpadProfileIfThere()
if $displayStartMsgs then spadStartUpMsgs()
if $OLDLINE then
- SAY fillerSpaces($LINELENGTH,'"=")
+ SAY fillerSpaces($LINELENGTH,char "=")
sayKeyedMsg("S2IZ0050",[namestring ['axiom,'input]])
if $OLDLINE ~= 'END__UNIT
then
centerAndHighlight($OLDLINE,$LINELENGTH,'" ")
sayKeyedMsg("S2IZ0051",NIL)
else sayKeyedMsg("S2IZ0052",NIL)
- SAY fillerSpaces($LINELENGTH,'"=")
+ SAY fillerSpaces($LINELENGTH,char "=")
TERPRI()
$OLDLINE := NIL
$superHash := hashTable 'EQUAL