summaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-06 01:48:08 -0800
committerYamaArashi <shadow962@live.com>2016-01-06 01:48:08 -0800
commit476b5c86e5bc21311dfb14d0f043fbf5b870781d (patch)
treec3ed060120f9ed49780bb1c1323d42e47e9f7df7 /gcc/cp/lex.c
parentbe8b04496302184c6e8f04d6179f9c3afc50aeb6 (diff)
get it to compile
Diffstat (limited to 'gcc/cp/lex.c')
-rwxr-xr-xgcc/cp/lex.c6
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;
{