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/OUTFORM.lsp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/algebra/strap/OUTFORM.lsp') diff --git a/src/algebra/strap/OUTFORM.lsp b/src/algebra/strap/OUTFORM.lsp index e9b6abc6..7f50792b 100644 --- a/src/algebra/strap/OUTFORM.lsp +++ b/src/algebra/strap/OUTFORM.lsp @@ -1006,6 +1006,7 @@ (LIST 'INTSIGN |b| |c| |a|)) (DEFUN |OutputForm| () + (DECLARE (SPECIAL |$ConstructorCache|)) (PROG (#0=#:G1557) (RETURN (COND @@ -1022,6 +1023,7 @@ (DEFUN |OutputForm;| () (LET ((|dv$| (LIST '|OutputForm|)) ($ (|newShell| 150)) (|pv$| (|buildPredVector| 0 0 NIL))) + (DECLARE (SPECIAL |$ConstructorCache|)) (|setShellEntry| $ 0 |dv$|) (|setShellEntry| $ 3 |pv$|) (|haddProp| |$ConstructorCache| '|OutputForm| NIL (CONS 1 $)) -- cgit v1.2.3