|
From: rtoy <rt...@us...> - 2025-12-10 16:50:16
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maxima CAS".
The branch, master has been updated
via ce92a9eaf335223a0a089eab19729a8f0ced94cd (commit)
from 2f4278f02e14872ee19b00291a8799e36a9f3b89 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ce92a9eaf335223a0a089eab19729a8f0ced94cd
Author: Raymond Toy <toy...@gm...>
Date: Wed Dec 10 08:49:03 2025 -0800
Missed on more use of bfmhalf
We missed one place where we failed to rename bfmhalf to *bfmhalf*.
diff --git a/src/nummod.lisp b/src/nummod.lisp
index e5094b2c9..46affc85a 100644
--- a/src/nummod.lisp
+++ b/src/nummod.lisp
@@ -94,7 +94,7 @@
;; For an example, see pretty-good-floor-or-ceiling. Code courtesy of Stavros Macrakis.
(defmacro bind-fpprec (val &body exprs)
- `(let (fpprec *bigfloatzero* *bigfloatone* *bfhalf* bfmhalf)
+ `(let (fpprec *bigfloatzero* *bigfloatone* *bfhalf* *bfmhalf*)
(let (($fpprec (fpprec1 nil ,val)))
,@exprs)))
-----------------------------------------------------------------------
Summary of changes:
src/nummod.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Maxima CAS
|