Use trunc module from gnulib instead of our home-grown solution.
authorBen Pfaff <blp@gnu.org>
Sat, 13 Oct 2007 04:57:48 +0000 (04:57 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 13 Oct 2007 04:57:48 +0000 (04:57 +0000)
commit49622888cd4954bf11544b2e43f58e523c9954b5
treec7fef9ae7529dd6f05a5535b0e9750802c822f69
parent2e54150ae309202ad2f590c6253d0bbf625e5b5d
Use trunc module from gnulib instead of our home-grown solution.
Patch #6224.

* helpers.c: Don't need our own trunc function implementation
anymore, since we now use the one from gnulib.

* Smake: Add trunc to module list.

* configure.ac: Don't need to check for trunc function any longer.
ChangeLog
Smake
configure.ac
src/language/expressions/ChangeLog
src/language/expressions/helpers.c