summaryrefslogtreecommitdiff
path: root/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'lex.c')
-rw-r--r--lex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lex.c b/lex.c
index 979246f047..67f1337987 100644
--- a/lex.c
+++ b/lex.c
@@ -65,7 +65,6 @@ hash (str, len)
return hval + asso_values[(unsigned char)str[len - 1]];
}
-static
#ifdef __GNUC__
__inline
#endif