From 4ee9e8c9ec410567f7904da3e3be59c06f059a6c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 20 Jun 2010 06:39:48 +0000 Subject: * boot/tokens.boot (readOnly?): New builtin Boot function. * interp/c-util.boot (isLispSpecialVariable): Tidy. (transformToBackendCode): Likewise. --- src/algebra/strap/SYMBOL.lsp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/algebra/strap/SYMBOL.lsp') diff --git a/src/algebra/strap/SYMBOL.lsp b/src/algebra/strap/SYMBOL.lsp index 42f3b36e..aaa222da 100644 --- a/src/algebra/strap/SYMBOL.lsp +++ b/src/algebra/strap/SYMBOL.lsp @@ -681,6 +681,7 @@ (DEFUN |SYMBOL;sample;$;35| ($) (DECLARE (IGNORE $)) '|aSymbol|) (DEFUN |Symbol| () + (DECLARE (SPECIAL |$ConstructorCache|)) (PROG (#0=#:G1556) (RETURN (COND @@ -696,6 +697,7 @@ (DEFUN |Symbol;| () (LET ((|dv$| (LIST '|Symbol|)) ($ (|newShell| 165)) (|pv$| (|buildPredVector| 0 0 NIL))) + (DECLARE (SPECIAL |$ConstructorCache|)) (|setShellEntry| $ 0 |dv$|) (|setShellEntry| $ 3 |pv$|) (|haddProp| |$ConstructorCache| '|Symbol| NIL (CONS 1 $)) -- cgit v1.2.3