Compile warning in src/ellipt.lisp. Suspect typos.
Subject: Compile warning in src/ellipt.lisp. Suspect typos.
From: Billinghurst, David (CALCRTS)
Date: Sun, 4 Jul 2004 15:13:59 +1000
I see the following warning when compiling with gcl-2.6.2
; - Compiling source file "C:/msys/1.0/local/src/maxima/src/ellipt.lisp"
Compiling C:/msys/1.0/local/src/maxima/src/ellipt.lisp.
; (DEFUN SIMP-%JACOBI_SN ...) is being compiled.
;; The variable |3//2| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.
End of Pass 2.
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling binary-gcl/ellipt.o.
There is also a 1//2 a few lines higher. I suspect typos, but my lisp is not
fluent enough to be sure.
David