comparison src/config.h.in @ 4865:6c0bb4d2c23a

Always use our rint(), for rounding consistency with the bignum code. ChangeLog addition: 2010-01-16 Aidan Kehoe <kehoea@parhasard.net> * configure: Regenerate, now we no longer look for rint(). src/ChangeLog addition: 2010-01-16 Aidan Kehoe <kehoea@parhasard.net> * config.h.in: * floatfns.c (emacs_rint): Don't look for rint in configure, always use our own implementation that rounds to the even number in the case of ambiguity, for consistency with the bignum code.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 16 Jan 2010 19:04:52 +0000
parents b3ea9c582280
children a6c778975d7d 8b63e21b0436
comparison
equal deleted inserted replaced
4864:a03421eb562b 4865:6c0bb4d2c23a
413 #undef HAVE_POLL 413 #undef HAVE_POLL
414 #undef HAVE_RANDOM 414 #undef HAVE_RANDOM
415 #undef HAVE_READLINK 415 #undef HAVE_READLINK
416 #undef HAVE_RENAME 416 #undef HAVE_RENAME
417 #undef HAVE_RES_INIT 417 #undef HAVE_RES_INIT
418 #undef HAVE_RINT
419 #undef HAVE_RMDIR 418 #undef HAVE_RMDIR
420 #undef HAVE_SELECT 419 #undef HAVE_SELECT
421 #undef HAVE_SETITIMER 420 #undef HAVE_SETITIMER
422 #undef HAVE_SETPGID 421 #undef HAVE_SETPGID
423 #undef HAVE_SETSID 422 #undef HAVE_SETSID