Oops, the previous commit was not needed -- the file was committed but

not checked out due to my checkout error.
This commit is contained in:
Bruce Evans 2007-12-17 18:21:23 +00:00
parent a18b106ffc
commit ccef8c4fcb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174720

View File

@ -78,7 +78,7 @@ SYMBOL_MAPS= ${SYM_MAPS}
COMMON_SRCS+= s_copysignl.c s_fabsl.c s_modfl.c
.if ${LDBL_PREC} != 53
# If long double != double use these; otherwise, we alias the double versions.
COMMON_SRCS+= s_fmal.c s_frexpl.c s_logbl.c \
COMMON_SRCS+= s_fmal.c s_frexpl.c s_logbl.c s_nanl.c \
s_nextafterl.c s_nexttoward.c s_scalbnl.c
.endif