aboutsummaryrefslogtreecommitdiff
path: root/src/interp/functor.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/functor.boot')
-rw-r--r--src/interp/functor.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/functor.boot b/src/interp/functor.boot
index 8525abd1..a0361b0f 100644
--- a/src/interp/functor.boot
+++ b/src/interp/functor.boot
@@ -295,7 +295,7 @@ worthlessCode x ==
cons5(p,l) ==
l and (CAAR l = first p) => [p,: rest l]
# l < 5 => [p,:l]
- RPLACD(QCDDDDR l,nil)
+ QCDDDDR(l).rest := nil
[p,:l]
setVector0(catNames,definition) ==