aboutsummaryrefslogtreecommitdiffstats
path: root/tool/ytab.sed
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-11 16:08:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-11 16:08:24 +0000
commit1c2cc09063937a77b0e46d23bb92a01e893b7960 (patch)
tree4d8357e93ab16f2721b4d5545db426ef7733b425 /tool/ytab.sed
parentd1bc6cc720a8a36b59fa59e6f1312effdbb8091a (diff)
downloadruby-1c2cc09063937a77b0e46d23bb92a01e893b7960.tar.gz
* tool/ytab.sed: replaces backslashes with slash for nmake.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/ytab.sed')
-rwxr-xr-xtool/ytab.sed1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/ytab.sed b/tool/ytab.sed
index 17a57fe494..f956c065e2 100755
--- a/tool/ytab.sed
+++ b/tool/ytab.sed
@@ -28,3 +28,4 @@ a\
s/^\([ ]*\)\(yyerror[ ]*([ ]*parser,\)/\1parser_\2/
s!^ *extern char \*getenv();!/* & */!
s/^\(#.*\)".*\.tab\.c"/\1"parse.c"/
+/^\(#.*\)".*\.y"/s:\\\\:/:g