Remove C++ style comments from string3.h
authorAdhemerval Zanella <adhemerval.zanella@linaro.com>
Thu, 29 Sep 2016 19:02:16 +0000 (12:02 -0700)
committerAdhemerval Zanella <adhemerval.zanella@linaro.com>
Fri, 30 Sep 2016 00:16:41 +0000 (17:16 -0700)
commit458d6339b79030a285d3091d3c29b7be2403bad6
tree3d9fba9a6c274c96cdb6d0fc096e5cbb489208be
parent2bf499708daebd9ebb59a6d938a372c7f0ca4dce
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.
ChangeLog
string/bits/string3.h