summaryrefslogtreecommitdiff
path: root/lex.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-24 07:59:02 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-24 07:59:02 +0000
commit05b4ec8683884ac9bd6ccde53e351ffe6562dc3d (patch)
tree8c7573b130066f797c9cfe663868a6d0df69e8fa /lex.c
parent9020b60483daf3712fde61e8b07e3eadb85a4bee (diff)
* parse.y (yylex): __END__ should not be effective within
string literals. * parse.y (here_document): should be aware of __END__ within here documents. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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