aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/translator.clisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-14 17:11:52 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-14 17:11:52 +0000
commit81c55a49db8873b2a67f3c7c8ffe3786731e81bd (patch)
treec9dffc490885f663070849f1c8709b5d8943d97e /src/boot/strap/translator.clisp
parent0df19c03c721d4ef214b335445a530dbfa66d570 (diff)
downloadopen-axiom-81c55a49db8873b2a67f3c7c8ffe3786731e81bd.tar.gz
cleanup
Diffstat (limited to 'src/boot/strap/translator.clisp')
-rw-r--r--src/boot/strap/translator.clisp17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/boot/strap/translator.clisp b/src/boot/strap/translator.clisp
index 312bca9e..dc23cc1f 100644
--- a/src/boot/strap/translator.clisp
+++ b/src/boot/strap/translator.clisp
@@ -34,7 +34,7 @@
(T (SETQ |init|
(CONS 'DEFUN
(CONS (INTERN (CONCAT |$currentModuleName|
- '|InitCLispFFI|))
+ "InitCLispFFI"))
(CONS NIL
(CONS
(LIST 'MAPC
@@ -871,7 +871,7 @@
((OR (ATOM |bfVar#21|)
(PROGN (SETQ |i| (CAR |bfVar#21|)) NIL))
(RETURN |bfVar#22|))
- (T (AND (NOT (GETHASH |i| |$bootUsed|))
+ (T (AND (NOT (|tableValue| |$bootUsed| |i|))
(COND
((NULL |bfVar#22|)
(SETQ |bfVar#22| #0=(CONS |i| NIL))
@@ -893,7 +893,7 @@
((OR (ATOM |bfVar#24|)
(PROGN (SETQ |i| (CAR |bfVar#24|)) NIL))
(RETURN |bfVar#25|))
- (T (AND (NOT (GETHASH |i| |$bootDefined|))
+ (T (AND (NOT (|tableValue| |$bootDefined| |i|))
(COND
((NULL |bfVar#25|)
(SETQ |bfVar#25| #1=(CONS |i| NIL))
@@ -908,7 +908,7 @@
(PROGN (SETQ |i| (CAR |bfVar#27|)) NIL))
(RETURN NIL))
(T (SETQ |b| (CONCAT (PNAME |i|) " is used in "))
- (|bootOutLines| (SSORT (GETHASH |i| |$bootUsed|))
+ (|bootOutLines| (SSORT (|tableValue| |$bootUsed| |i|))
|stream| |b|)))
(SETQ |bfVar#27| (CDR |bfVar#27|))))))))
@@ -999,7 +999,7 @@
(SETQ |nee| (CAR |LETTMP#1|))
(SETQ |niens| (CADR |LETTMP#1|))
(COND
- ((GETHASH |nee| |$bootDefined|)
+ ((|tableValue| |$bootDefined| |nee|)
(SETQ |$bootDefinedTwice|
(COND
((EQ |nee| 'TOP-LEVEL) |$bootDefinedTwice|)
@@ -1100,7 +1100,7 @@
(DEFUN |defusebuiltin| (|x|)
(DECLARE (SPECIAL |$lispWordTable|))
- (GETHASH |x| |$lispWordTable|))
+ (|tableValue| |$lispWordTable| |x|))
(DEFUN |bootOut| (|l| |outfn|)
(LET ((|bfVar#31| |l|) (|i| NIL))
@@ -1173,7 +1173,7 @@
(PROGN (SETQ |i| (CAR |bfVar#32|)) NIL))
(RETURN NIL))
(T (SETQ |a| (CONCAT (PNAME |i|) " is used in "))
- (|bootOutLines| (SSORT (GETHASH |i| |$bootUsed|))
+ (|bootOutLines| (SSORT (|tableValue| |$bootUsed| |i|))
|stream| |a|)))
(SETQ |bfVar#32| (CDR |bfVar#32|))))))))
@@ -1206,7 +1206,8 @@
(COND
((SYMBOLP |x|)
(COND
- ((EQUAL (SYMBOL-PACKAGE |x|) |bt|) (INTERN (PNAME |x|) |pk|))
+ ((EQUAL (SYMBOL-PACKAGE |x|) |bt|)
+ (INTERN (SYMBOL-NAME |x|) |pk|))
(T |x|)))
(T |x|)))
(T (CONS (|stripm| (CAR |x|) |pk| |bt|)