[Cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2014-09-23-g33adf3d
Raymond Toy
rtoy at common-lisp.net
Sun Sep 28 22:04:11 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 33adf3d4d02f8416b829569af99735a5b28c9d73 (commit)
from 95551b41407093f6bdb89e50967c9d3203b273b9 (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 33adf3d4d02f8416b829569af99735a5b28c9d73
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Sun Sep 28 15:03:53 2014 -0700
Compile in scalbn.
diff --git a/src/lisp/GNUmakefile b/src/lisp/GNUmakefile
index d0d6104..d8fb690 100644
--- a/src/lisp/GNUmakefile
+++ b/src/lisp/GNUmakefile
@@ -12,7 +12,7 @@ FDLIBM = k_sin.c k_cos.c k_tan.c s_sin.c s_cos.c s_tan.c sincos.c \
e_acosh.c s_asinh.c e_atanh.c \
e_atan2.c \
e_rem_pio2.c k_rem_pio2.c \
- e_log10.c \
+ e_log10.c s_scalbn.c \
setexception.c
SRCS = lisp.c coreparse.c alloc.c monitor.c print.c interr.c \
-----------------------------------------------------------------------
Summary of changes:
src/lisp/GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list