summaryrefslogtreecommitdiff
path: root/tests/cplusplus.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cplusplus.exp')
-rw-r--r--tests/cplusplus.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/cplusplus.exp b/tests/cplusplus.exp
index e6e2c9a..148ad96 100644
--- a/tests/cplusplus.exp
+++ b/tests/cplusplus.exp
@@ -101,12 +101,6 @@ hash (str, len)
return hval + asso_values[(unsigned char)str[len - 1]];
}
-#ifdef __GNUC__
-__inline
-#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
-#endif
struct resword *
is_reserved_word (str, len)
register const char *str;