bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Portable replacement function for `trunc'?


From: Bruno Haible
Subject: Re: Portable replacement function for `trunc'?
Date: Sun, 7 Oct 2007 05:15:08 +0200
User-agent: KMail/1.5.4

Ben Pfaff noticed that, unlike floor() and ceil(), the function trunc()
is not declared by default on glibc systems. (The difference is in
/usr/include/bits/mathcalls.h.)

This should fix it.

2007-10-06  Bruno Haible  <address@hidden>

        * modules/trunc (Dependencies): Add 'extensions'.
        * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
        Reported by Ben Pfaff <address@hidden>.

http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=1e424ce10c76ad2c9a75fdc6ab02628931c2bcf0

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]