Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/complex Add cimag (apparently accidently dropped in...
details: https://anonhg.NetBSD.org/src/rev/9d0906dcbb82
branches: trunk
changeset: 332813:9d0906dcbb82
user: martin <martin%NetBSD.org@localhost>
date: Fri Oct 10 08:13:07 2014 +0000
description:
Add cimag (apparently accidently dropped in previous revision and reorg)
diffstat:
lib/libm/complex/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 655d6f11f1b5 -r 9d0906dcbb82 lib/libm/complex/Makefile.inc
--- a/lib/libm/complex/Makefile.inc Fri Oct 10 07:48:50 2014 +0000
+++ b/lib/libm/complex/Makefile.inc Fri Oct 10 08:13:07 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.5 2014/10/10 00:48:18 christos Exp $
+# $NetBSD: Makefile.inc,v 1.6 2014/10/10 08:13:07 martin Exp $
.PATH: ${.CURDIR}/complex
COMPLEX_SRCS = cabs.c cacos.c cacosh.c carg.c casin.c casinh.c catan.c \
ccos.c ccosh.c cephes_subr.c cexp.c clog.c conj.c cpow.c cproj.c\
- creal.c csin.c csinh.c csqrt.c ctan.c ctanh.c
+ cimag.c creal.c csin.c csinh.c csqrt.c ctan.c ctanh.c
.for i in ${COMPLEX_SRCS}
SRCS+= $i ${i:S/.c/f.c/} ${i:S/.c/l.c/}
Home |
Main Index |
Thread Index |
Old Index