aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-13 15:50:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-13 15:50:44 +0000
commita7b67cc82e8d0f5072d436f35ff4e1a0685208a7 (patch)
tree6c5b63c03b609d67f8d02d5fb5633e3d9444321e /parse.y
parent543687e1312bf743a28679a67cb6f94c07335011 (diff)
downloadruby-a7b67cc82e8d0f5072d436f35ff4e1a0685208a7.tar.gz
ytab.sed: work around
* tool/ytab.sed: work around for platforms where vairadic macro is not available. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index 19e5bb8a76..4c418d36b2 100644
--- a/parse.y
+++ b/parse.y
@@ -48,6 +48,7 @@
# define YYFPRINTF(f, fmt, ...) rb_parser_printf(parser, fmt, ##__VA_ARGS__)
#else
# define YYFPRINTF rb_parser_printf
+# undef stderr
# define stderr parser
#endif
#undef malloc