aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi2.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/wi2.boot')
-rw-r--r--src/interp/wi2.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/wi2.boot b/src/interp/wi2.boot
index c08ad9c7..ecf59422 100644
--- a/src/interp/wi2.boot
+++ b/src/interp/wi2.boot
@@ -1012,7 +1012,7 @@ doItIf(item is [.,p,x,y],$predl,$e) ==
doItSeq item ==
['SEQ,:l,['exit,1,x]] := item
item.first := "PROGN"
- RPLACA(LASTNODE item,x)
+ lastNode(item).first := x
for it1 in rest item repeat $e:= compSingleCapsuleItem(it1,$predl,$e)
doItDomain item ==
@@ -1079,7 +1079,7 @@ doItDef item ==
chk(item,3)
item.first := "CodeDefine"
--Note that DescendCode, in CodeDefine, is looking for this
- RPLACD(second item,[$signatureOfForm])
+ second(item).rest := [$signatureOfForm]
chk(item,4)
--This is how the signature is updated for buildFunctor to recognise
--+