From 5c81f5a89627a71d4e0054730eea47cc99a9cef2 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 23 Jun 2010 12:57:00 +0000 Subject: * interp/nruncomp.boot (optDeltaEntry): Don't optimize current domain modemap references here. * interp/g-opt.boot ($VMsideEffectFreeOperators): Include more floating point operators. ($simpleVMoperators): Move FUNCALL here. (isVMConstantForm): Tidy. * interp/g-util.boot: Expand more floating point insns. * interp/c-util.boot (replaceSimpleFunctions): Replace more constants. * algebra/integer.spad.pamphlet (Integer): More cleanup. Use builtin functions. * algebra/sf.spad.pamphlet: Likewise. --- src/algebra/strap/LNAGG-.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algebra/strap/LNAGG-.lsp') diff --git a/src/algebra/strap/LNAGG-.lsp b/src/algebra/strap/LNAGG-.lsp index 2dc153c6..71915a22 100644 --- a/src/algebra/strap/LNAGG-.lsp +++ b/src/algebra/strap/LNAGG-.lsp @@ -33,7 +33,7 @@ (DEFUN |LNAGG-;index?;IAB;2| (|i| |a| $) (COND ((>= |i| (SPADCALL |a| (|getShellEntry| $ 9))) - (NOT (> |i| (SPADCALL |a| (|getShellEntry| $ 10))))) + (NOT (< (SPADCALL |a| (|getShellEntry| $ 10)) |i|))) ('T NIL))) (DEFUN |LNAGG-;concat;ASA;3| (|a| |x| $) -- cgit v1.2.3