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/02b40e628c3f
branches:  trunk
changeset: 802955:02b40e628c3f
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 771359ba62a7 -r 02b40e628c3f 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