diff options
Diffstat (limited to 'gcc/cp/lex.c')
-rwxr-xr-x | gcc/cp/lex.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index 5883956..daa61b1 100755 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -3255,10 +3255,8 @@ identifier_typedecl_value (node) } /* CYGNUS LOCAL Embedded C++ */ -#ifdef __GNUC__ -__inline -#endif -void + +static inline void embedded_pedwarn (s) char *s; { |