summaryrefslogtreecommitdiff
path: root/tests/objc.exp
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-11-26 18:42:05 +0100
committerBruno Haible <bruno@clisp.org>2016-11-26 18:42:05 +0100
commita705809f3d2cfe02b3419662e3880458219a2e4a (patch)
treefcc093086699a85418fc970587584475b3bef328 /tests/objc.exp
parent0414be8ffff530414d6d652e930ff64ee1a508a6 (diff)
downloadgperf-a705809f3d2cfe02b3419662e3880458219a2e4a.tar.gz
Drop the inline specifiers from the generated lookup function.
Diffstat (limited to 'tests/objc.exp')
-rw-r--r--tests/objc.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/objc.exp b/tests/objc.exp
index 8fff614..2c3374b 100644
--- a/tests/objc.exp
+++ b/tests/objc.exp
@@ -93,12 +93,6 @@ hash (register const char *str, register size_t 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 (register const char *str, register size_t len)
{