#
6570f874 |
| 15-Dec-2011 |
pascal <pascal@openbsd.org> |
Convert restrict -> __restrict. "restrict" is not a keyword in C90 and C++98, so clang++ rightfully complains about it when in C++98 mode (the default).
Found while investigating the other clang is
Convert restrict -> __restrict. "restrict" is not a keyword in C90 and C++98, so clang++ rightfully complains about it when in C++98 mode (the default).
Found while investigating the other clang issue, with helpful input from espie@.
ok jsg@
show more ...
|