From 3a373a0b802ee86308db78cba8696aa7b6cdf4df Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 23 Jul 2010 21:09:39 +0000 Subject: * interp/g-opt.boot (optBind): Check for dependencies in initializations in %bind expressions. * interp/g-util.boot (expandBind): The body of s %bind expression may be a sequence of statements. --- src/algebra/strap/QFCAT-.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/algebra/strap/QFCAT-.lsp') diff --git a/src/algebra/strap/QFCAT-.lsp b/src/algebra/strap/QFCAT-.lsp index 15cc7091..49aa6887 100644 --- a/src/algebra/strap/QFCAT-.lsp +++ b/src/algebra/strap/QFCAT-.lsp @@ -115,8 +115,8 @@ (DEFUN |QFCAT-;characteristic;Nni;7| ($) (|spadConstant| $ 30)) (DEFUN |QFCAT-;differentiate;AMA;8| (|x| |deriv| $) - (LET* ((|n| (SPADCALL |x| (|getShellEntry| $ 8))) - (|d| (SPADCALL |x| (|getShellEntry| $ 11)))) + (LET ((|n| (SPADCALL |x| (|getShellEntry| $ 8))) + (|d| (SPADCALL |x| (|getShellEntry| $ 11)))) (SPADCALL (SPADCALL (SPADCALL (SPADCALL |n| |deriv|) |d| -- cgit v1.2.3