aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap/SYMBOL.lsp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-01-26 08:52:30 +0000
committerdos-reis <gdr@axiomatics.org>2011-01-26 08:52:30 +0000
commitd093a22f14e8f669b08ac407b4a2d6fc32d1e2ae (patch)
treec09da937ec9b9c25ce02b61e63be480b6f842d02 /src/algebra/strap/SYMBOL.lsp
parentf739a0a8d77e564cf9a7853b0f135c99b45ff831 (diff)
downloadopen-axiom-d093a22f14e8f669b08ac407b4a2d6fc32d1e2ae.tar.gz
* interp/g-util.boot (expandListlit): Tidy.
Diffstat (limited to 'src/algebra/strap/SYMBOL.lsp')
-rw-r--r--src/algebra/strap/SYMBOL.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/algebra/strap/SYMBOL.lsp b/src/algebra/strap/SYMBOL.lsp
index ce590b2c..82375c50 100644
--- a/src/algebra/strap/SYMBOL.lsp
+++ b/src/algebra/strap/SYMBOL.lsp
@@ -516,7 +516,7 @@
(SEQ (COND
((NOT (|SYMBOL;scripted?;$B;30| |sy| $))
(VECTOR NIL NIL NIL NIL NIL))
- (T (SEQ (LETT |nscripts| (LIST 0 0 0 0 0)
+ (T (SEQ (LETT |nscripts| '(0 0 0 0 0)
|SYMBOL;scripts;$R;32|)
(LETT |lscripts| (LIST NIL NIL NIL NIL NIL)
|SYMBOL;scripts;$R;32|)
@@ -640,7 +640,7 @@
(DEFUN |Symbol;| ()
(DECLARE (SPECIAL |$ConstructorCache|))
(LET ((|dv$| (LIST '|Symbol|)) ($ (|newShell| 165))
- (|pv$| (|buildPredVector| 0 0 NIL)))
+ (|pv$| (|buildPredVector| 0 0 (LIST))))
(|setShellEntry| $ 0 |dv$|)
(|setShellEntry| $ 3 |pv$|)
(|haddProp| |$ConstructorCache| '|Symbol| NIL (CONS 1 $))
@@ -648,7 +648,7 @@
(|setShellEntry| $ 10 (SPADCALL 0 (|getShellEntry| $ 9)))
(|setShellEntry| $ 13 (SPADCALL (|getShellEntry| $ 12)))
(|setShellEntry| $ 18
- (SPADCALL (LIST "0" "1" "2" "3" "4" "5" "6" "7" "8" "9")
+ (SPADCALL '("0" "1" "2" "3" "4" "5" "6" "7" "8" "9")
(|getShellEntry| $ 17)))
(|setShellEntry| $ 19 "0123456789")
(|setShellEntry| $ 20 "ABCDEFGHIJKLMNOPQRSTUVWXYZ")