[asterisk-dev] ast_expr2 compiled twice in trunk?

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Sat Jul 21 15:12:08 CDT 2007


On Saturday 21 July 2007, Brian Capouch wrote:
> The number of functions that cause the build to barf has now been
> reduced to remainder, trunc, and round.

The manpage for remainder shows that "drem" is the obsolete synonym.
Trunc can be emulated through a series of casts, and round can be done
similarly to trunc, but by first adding 0.5.  If you have drem, all of these
cases can be easily substituted.

-- 
Tilghman



More information about the asterisk-dev mailing list