aboutsummaryrefslogtreecommitdiff
path: root/src/interp/msg.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-30 14:27:31 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-30 14:27:31 +0000
commitbd5f5b0df93361d31592738fb18d77a275f04bc9 (patch)
treee2b46b5d5ded0265990ef24f4bf2ddb9640e7fc4 /src/interp/msg.boot
parent6661a9aa8e79dc934bde807293857f2dfc0eca6f (diff)
downloadopen-axiom-bd5f5b0df93361d31592738fb18d77a275f04bc9.tar.gz
more cleanup
Diffstat (limited to 'src/interp/msg.boot')
-rw-r--r--src/interp/msg.boot11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/interp/msg.boot b/src/interp/msg.boot
index 88873010..2bd735a8 100644
--- a/src/interp/msg.boot
+++ b/src/interp/msg.boot
@@ -166,7 +166,7 @@ processChPosesForOneLine msgList ==
posLetter := rest assoc(poCharPosn getMsgPos msg,chPosList)
oldPre := getMsgPrefix msg
setMsgPrefix (msg,strconc(oldPre,_
- MAKE_-FULL_-CVEC ($preLength - 4 - # oldPre),posLetter) )
+ makeString($preLength - 4 - # oldPre),posLetter) )
leaderMsg := makeLeaderMsg chPosList
append!(msgList,[leaderMsg]) --a back cons
@@ -226,8 +226,7 @@ putFTText (msg,chPosList) ==
setMsgText(msg,[:markingText,:getMsgText msg])
rep (c,n) ==
- n > 0 =>
- MAKE_-FULL_-CVEC(n, c)
+ n > 0 => makeString(n, c)
'""
--called from parameter list of nc message functions
@@ -424,10 +423,10 @@ listDecideHowMuch(pos,oldPos) ==
'NONE
getPreStL optPre ==
- null optPre => [MAKE_-FULL_-CVEC 2]
+ null optPre => [makeString 2]
spses :=
(extraPlaces := ($preLength - (# optPre) - 3)) > 0 =>
- MAKE_-FULL_-CVEC extraPlaces
+ makeString extraPlaces
'""
['"%b", optPre,spses,'":", '"%d"]
@@ -503,7 +502,7 @@ whichCat attr ==
--% these functions directly interact with the message object
makeLeaderMsg chPosList ==
- st := MAKE_-FULL_-CVEC ($preLength- 3)
+ st := makeString($preLength- 3)
oldPos := -1
for [posNum,:posLetter] in reverse chPosList repeat
st := strconc(st, _