Fixed some style bugs (misplacement and misformatting of some commented-out

code).
This commit is contained in:
Bruce Evans 2003-07-23 09:24:44 +00:00
parent c70692752f
commit 262e4c00bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117917

View file

@ -55,11 +55,9 @@ ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
s_cos.S s_finite.S s_floor.S s_ilogb.S s_logb.S \
s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
.endif
# Broken
# Broken:
# ARCH_SRCS+= s_log1p.S
.endif
.PATH: ${.CURDIR}/bsdsrc
.PATH: ${.CURDIR}/man