aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-21 14:59:12 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-21 14:59:12 +0000
commitf5a47d23d57cb91b89254c7a5904baee0f004e2b (patch)
treef087fdd7f56828ef8429f6c9400c6d3c41786aa0 /src/boot/tokens.boot
parent8672c9ca7ea2f66a0ab372697c258dac5bb43382 (diff)
downloadopen-axiom-f5a47d23d57cb91b89254c7a5904baee0f004e2b.tar.gz
* boot/tokens.boot: Don't translate lastNode anymore.
* boot/utility.boot (lastNode): Define.
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index 8f291306..b89a2b67 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -272,7 +272,6 @@ for i in [ _
["gensym", "GENSYM"] , _
["genvar", "GENVAR"] , _
["integer?","INTEGERP"] , _
- ["lastNode", "LAST"] , _
["LAST", "last"] , _
["list", "LIST"] , _
["listEq?", "EQUAL"] , _