diff options
author | Bruno Haible <bruno@clisp.org> | 2010-03-08 01:10:14 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-03-08 03:11:11 +0100 |
commit | b2edc991146c2764f0f9c05aba07ad4002e12141 (patch) | |
tree | f4b36a894ee6c700f098f3864bd8044e3d9d38dc /ChangeLog | |
parent | f4aa39b61508a65deafbd6d7fea752d7a989ce24 (diff) | |
download | gnulib-b2edc991146c2764f0f9c05aba07ad4002e12141.tar.gz |
math: Avoid #define replacements in C++ mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2010-03-07 Bruno Haible <bruno@clisp.org> + math: Avoid #define replacements in C++ mode. + * lib/math.in.h: Include c++defs.h. + (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl, + frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf, + trunc, truncl): In C++, define a namespaced alias symbol. + * modules/math (Depends-on): Add c++defs. + (Makefile.am): Update math.h rule. + locale: Avoid #define replacements in C++ mode. * lib/locale.in.h: Include c++defs.h. (duplocale): In C++, define a namespaced alias symbol. |