diff options
author | YamaArashi <shadow962@live.com> | 2016-01-06 01:48:08 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-06 01:48:08 -0800 |
commit | 476b5c86e5bc21311dfb14d0f043fbf5b870781d (patch) | |
tree | c3ed060120f9ed49780bb1c1323d42e47e9f7df7 /gcc/cp/lex.c | |
parent | be8b04496302184c6e8f04d6179f9c3afc50aeb6 (diff) |
get it to compile
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; { |