aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/ast.clisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/strap/ast.clisp')
-rw-r--r--src/boot/strap/ast.clisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/strap/ast.clisp b/src/boot/strap/ast.clisp
index 36022667..90c9eab9 100644
--- a/src/boot/strap/ast.clisp
+++ b/src/boot/strap/ast.clisp
@@ -915,7 +915,7 @@
(COND
((EQ |var1| 'DOT) (CONS (LIST 'L%T |g| |rev|) |l2|))
((PROGN
- (SETQ |ISTMP#1| (|last| |l2|))
+ (SETQ |ISTMP#1| (CAR (|lastNode| |l2|)))
(AND (CONSP |ISTMP#1|) (EQ (CAR |ISTMP#1|) 'L%T)
(PROGN
(SETQ |ISTMP#2| (CDR |ISTMP#1|))