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 "CMU Common Lisp".
The branch, master has been updated via 7bb20e4cfe7f12567dcbffa0a584f9d01fad5e64 (commit) from 0001121104eec5858f6b9f6cf5add3feceab7b85 (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 7bb20e4cfe7f12567dcbffa0a584f9d01fad5e64 Author: Raymond Toy toy.raymond@gmail.com Date: Fri Jan 3 15:57:21 2014 -0800
Fix typo in cis deftransform for double-doubles.
diff --git a/src/compiler/float-tran.lisp b/src/compiler/float-tran.lisp index 34acdeb..08ce90b 100644 --- a/src/compiler/float-tran.lisp +++ b/src/compiler/float-tran.lisp @@ -747,7 +747,7 @@ (complex c s)))
#+double-double -(deftransform cis ((z) (double-double-float) *) +(deftransform cis ((x) (double-double-float) *) `(multiple-value-bind (s c) (kernel::dd-%sincos x) (complex c s)))
-----------------------------------------------------------------------
Summary of changes: src/compiler/float-tran.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive