summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-15 20:56:15 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-15 20:56:15 +0000
commit8e5359c36366f51d4570957f5fa06f2e30c5f55d (patch)
tree4934de5dcb2905a2784f549a1142d1c86ec27ac5 /parse.y
parent234ed34a8295fc8c1011e690bcac63667344df9c (diff)
parentf9c877d797660e8d3006f19cd08bf47d67100c0a (diff)
sorry. I made wrong tags.v1_8_5_62
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_5_62@13002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 64afb9b74f..c08cfe5b24 100644
--- a/parse.y
+++ b/parse.y
@@ -4355,7 +4355,6 @@ yylex()
else {
rb_compile_error("`@@%c' is not allowed as a class variable name", c);
}
- return 0;
}
if (!is_identchar(c)) {
pushback(c);