From 7ea2ceddb832b9973694fecac9fe3c30400735ba Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 16 Jan 1998 12:19:22 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r11, which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/exyacc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/exyacc.rb') diff --git a/sample/exyacc.rb b/sample/exyacc.rb index dbe0dee710..908ba6c501 100644 --- a/sample/exyacc.rb +++ b/sample/exyacc.rb @@ -9,7 +9,7 @@ while gets() send = $_.rindex("\n%%") + 1 $_ = $_[sbeg, send-sbeg] sub!(/.*\n/, "") - gsub!(/'{'/, "'\001'") + gsub!(/'\{'/, "'\001'") gsub!(/'}'/, "'\002'") gsub!('\*/', "\003\003") gsub!("/\\*[^\003]*\003\003", '') -- cgit v1.2.3