[cmucl-commit] [git] CMU Common Lisp branch master updated.	snapshot-2014-06-91-g4771859
    Raymond Toy 
    rtoy at common-lisp.net
       
    Mon Aug  4 05:22:38 UTC 2014
    
    
  
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  47718592f9ef89fd8a52f07d41c8553aa8b525f2 (commit)
      from  2ecd18513a756d7583191cabb48d87037be365d1 (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 47718592f9ef89fd8a52f07d41c8553aa8b525f2
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sun Aug 3 22:22:32 2014 -0700
    Oops.  Fix typo by removing the extraneous comma that was left in.
diff --git a/src/lisp/e_pow.c b/src/lisp/e_pow.c
index c0f0075..6c1aa88 100644
--- a/src/lisp/e_pow.c
+++ b/src/lisp/e_pow.c
@@ -101,7 +101,7 @@ ivln2_l  =  1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/
 {
 	double z,ax,z_h,z_l,p_h,p_l;
 	double y1,t1,t2,r,s,t,u,v,w;
-        int ,i,j,k,yisint,n;
+        int i,j,k,yisint,n;
 	int hx,hy,ix,iy;
 	unsigned lx,ly;
 	union { int i[2]; double d; } ux;
-----------------------------------------------------------------------
Summary of changes:
 src/lisp/e_pow.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
-- 
CMU Common Lisp
    
    
More information about the cmucl-commit
mailing list