summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-11 07:26:03 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-11 07:26:03 +0000
commit6e01d2e2f5899c016a951c5e4468f94ac28d781d (patch)
tree071a00fd7c9b83c34ab226a86ae45e9192acaaa5 /parse.y
parent22010642b24f2b3f2bfef1324c61764dcd8cc2fd (diff)
* parse.y (%%): remove '%%' line on the end of the file(parse error).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2549 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 44f40a2de0..b79ef6cad7 100644
--- a/parse.y
+++ b/parse.y
@@ -5509,4 +5509,3 @@ rb_lastline_set(val)
special_local_set('_', val);
}
}
-%%