aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/translator.clisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/strap/translator.clisp')
-rw-r--r--src/boot/strap/translator.clisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/boot/strap/translator.clisp b/src/boot/strap/translator.clisp
index 99469d72..6dd616b2 100644
--- a/src/boot/strap/translator.clisp
+++ b/src/boot/strap/translator.clisp
@@ -433,10 +433,9 @@
(DEFUN |shoeOutParse| (|toks|)
(LET* (|found| |ps|)
- (DECLARE (SPECIAL |$returns| |$typings| |$wheredefs| |$op| |$ttok|))
+ (DECLARE (SPECIAL |$returns| |$typings| |$wheredefs| |$op|))
(PROGN
(SETQ |ps| (|makeParserState| |toks|))
- (SETQ |$ttok| NIL)
(SETQ |$op| NIL)
(SETQ |$wheredefs| NIL)
(SETQ |$typings| NIL)