diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2016-09-29 12:02:16 -0700 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2016-09-29 17:16:41 -0700 |
commit | 458d6339b79030a285d3091d3c29b7be2403bad6 (patch) | |
tree | 3d9fba9a6c274c96cdb6d0fc096e5cbb489208be /ChangeLog | |
parent | 2bf499708daebd9ebb59a6d938a372c7f0ca4dce (diff) | |
download | glibc-458d6339b79030a285d3091d3c29b7be2403bad6.zip glibc-458d6339b79030a285d3091d3c29b7be2403bad6.tar.gz glibc-458d6339b79030a285d3091d3c29b7be2403bad6.tar.bz2 |
Remove C++ style comments from string3.h
The new check-installed-headers rule check now complains with C++
comment from string3.h with:
../string/bits/string3.h:129:1: error: C++ style comments are not allowed in ISO C90
// XXX We have no corresponding builtin yet.
Let use old C style comment to make compiler happy in old modes.
Tested on x86_64.
* string/bits/string3.h: Remove C++ style comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2016-09-29 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * string/bits/string3.h: Remove C++ style comments. + 2016-09-29 Siddhesh Poyarekar <siddhesh@sourceware.org> * sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Use copysign |