|
From: rtoy <rt...@us...> - 2025-08-31 19:52:33
|
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 0c83035053ad2f75160b38263a108b34db464613 (commit)
from 8a872710195853ff5f153fb7d8f412581170d395 (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 0c83035053ad2f75160b38263a108b34db464613
Author: Raymond Toy <toy...@gm...>
Date: Sun Aug 31 12:51:31 2025 -0700
Remove declare-top for $trigexpandplus and $trigexpandtimes
These are already declared to be special variables in globals.lisp, so
we don't need to have a declare-top special for these in trigo.lisp.
diff --git a/src/trigo.lisp b/src/trigo.lisp
index d42cc4064..10e76551f 100644
--- a/src/trigo.lisp
+++ b/src/trigo.lisp
@@ -392,8 +392,6 @@
;((and $trigsign (mminusp* y)) (ftake* '%asech (neg y)))
(t (give-up))))
-(declare-top (special $trigexpandplus $trigexpandtimes))
-
(defmfun ($trigexpand :properties ((evfun t))) (e)
(cond ((atom e) e)
((specrepp e) ($trigexpand (specdisrep e)))
-----------------------------------------------------------------------
Summary of changes:
src/trigo.lisp | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
Maxima CAS
|