summaryrefslogtreecommitdiff
path: root/tests/gpc.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/gpc.exp
parent0414be8ffff530414d6d652e930ff64ee1a508a6 (diff)
downloadgperf-a705809f3d2cfe02b3419662e3880458219a2e4a.tar.gz
Drop the inline specifiers from the generated lookup function.
Diffstat (limited to 'tests/gpc.exp')
-rw-r--r--tests/gpc.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/gpc.exp b/tests/gpc.exp
index 3e416e2..63ba8b8 100644
--- a/tests/gpc.exp
+++ b/tests/gpc.exp
@@ -90,12 +90,6 @@ hash (register const char *str, register size_t len)
return len + asso_values[(unsigned char)str[len - 1]] + asso_values[(unsigned char)str[0]];
}
-#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)
{