aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-special.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-22 15:51:57 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-22 15:51:57 +0000
commit32efd3b0691918cf1d662b095c653d5a0a17ff7b (patch)
treeb340c1d23d752542fe88fd80ae6d559198c0b263 /src/interp/i-special.boot
parentb0046ba3929c513a399fd1ebb84dee1712c55a02 (diff)
downloadopen-axiom-32efd3b0691918cf1d662b095c653d5a0a17ff7b.tar.gz
more cleanup
Diffstat (limited to 'src/interp/i-special.boot')
-rw-r--r--src/interp/i-special.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-special.boot b/src/interp/i-special.boot
index a167f8e3..b1a5ae71 100644
--- a/src/interp/i-special.boot
+++ b/src/interp/i-special.boot
@@ -816,7 +816,7 @@ checkForFreeVariables(v,locals) ==
["getSimpleArrayEntry","envArg",positionInVec(0,#($freeVariables))]
v
LISTP v =>
- rest(LASTTAIL v) => -- Must be a better way to check for a genuine list?
+ rest(lastNode v) => -- Must be a better way to check for a genuine list?
v
[op,:args] := v
LISTP op =>