aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-13 16:54:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-13 16:54:43 +0000
commitd2e19fdc4225f5d82d82352040bb00a3d31166f4 (patch)
tree7d19d56a6e54a372e044129f36011573e3c03d28 /tool
parenta7b67cc82e8d0f5072d436f35ff4e1a0685208a7 (diff)
downloadruby-d2e19fdc4225f5d82d82352040bb00a3d31166f4.tar.gz
ytab.sed: replace argument
* tool/ytab.sed: substitute the first argument of YYFPRINTF, instead of substitution by preprocessor, not to redefine stderr. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/ytab.sed13
1 files changed, 3 insertions, 10 deletions
diff --git a/tool/ytab.sed b/tool/ytab.sed
index c1700edbc0..ce5a942b00 100755
--- a/tool/ytab.sed
+++ b/tool/ytab.sed
@@ -47,16 +47,9 @@ a\
}
x
}
-/^yy_symbol_value_print/{
- a\
-#define yy_symbol_value_print(output, type, value, parser) yy_symbol_value_print(0, type, value, parser)
-}
-/^yy_symbol_print/{
- a\
-#define yy_symbol_print(output, type, value, parser) yy_symbol_print(0, type, value, parser)
- a\
-#define yyoutput parser
-}
+s/\( YYFPRINTF *(\)yyoutput,/\1parser,/
+s/\( YYFPRINTF *(\)stderr,/\1parser,/
+s/\( YYDPRINTF *((\)stderr,/\1parser,/
s/^\([ ]*\)\(yyerror[ ]*([ ]*parser,\)/\1parser_\2/
s!^ *extern char \*getenv();!/* & */!
s/^\(#.*\)".*\.tab\.c"/\1"parse.c"/