cpphash.h: #define __extension__ away if GCC_VERSION < 2095 (overly conservative).
authorZack Weinberg <zack@wolery.cumb.org>
Thu, 4 May 2000 16:21:29 +0000 (16:21 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 4 May 2000 16:21:29 +0000 (16:21 +0000)
commit57c578a6bfed5ffa4da16984b9f92a41d5bd68cb
tree54a0badd8c16d499639fe79565ba47c91ae1a822
parent4e95db71c294f64af199bc6feaca0e3a1923106e
cpphash.h: #define __extension__ away if GCC_VERSION < 2095 (overly conservative).

* cpphash.h: #define __extension__ away if GCC_VERSION < 2095
(overly conservative).  Change extern inline wrappers to
static inline, define them always, use PARAMS properly.
* cpplex.c (_cpp_get_directive_token): Don't issue pedantic
whitespace warnings for \f and \v at the beginning of a line.

From-SVN: r33674
gcc/ChangeLog
gcc/cpphash.h
gcc/cpplex.c