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/NNI.lsp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/algebra/strap/NNI.lsp') diff --git a/src/algebra/strap/NNI.lsp b/src/algebra/strap/NNI.lsp index 50d5af5b..5419507e 100644 --- a/src/algebra/strap/NNI.lsp +++ b/src/algebra/strap/NNI.lsp @@ -42,6 +42,7 @@ '(|NonNegativeInteger|) |c|))))))))) (DEFUN |NonNegativeInteger| () + (DECLARE (SPECIAL |$ConstructorCache|)) (PROG (#0=#:G1409) (RETURN (COND @@ -61,6 +62,7 @@ (DEFUN |NonNegativeInteger;| () (LET ((|dv$| (LIST '|NonNegativeInteger|)) ($ (|newShell| 22)) (|pv$| (|buildPredVector| 0 0 NIL))) + (DECLARE (SPECIAL |$ConstructorCache|)) (|setShellEntry| $ 0 |dv$|) (|setShellEntry| $ 3 |pv$|) (|haddProp| |$ConstructorCache| '|NonNegativeInteger| NIL -- cgit v1.2.3