CVSROOT: /cvs Module name: src Changes by: pas...@cvs.openbsd.org 2011/12/15 16:31:37
Modified files: gnu/gcc/libstdc++-v3/include/c_std: std_cstdio.h std_cstdlib.h std_cwchar.h Log message: 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@