summaryrefslogtreecommitdiff
path: root/tool/ytab.sed
diff options
context:
space:
mode:
Diffstat (limited to 'tool/ytab.sed')
-rwxr-xr-xtool/ytab.sed26
1 files changed, 16 insertions, 10 deletions
diff --git a/tool/ytab.sed b/tool/ytab.sed
index 75a8785b60..4b968fbed1 100755
--- a/tool/ytab.sed
+++ b/tool/ytab.sed
@@ -12,13 +12,13 @@ i\
a\
#endif
}
-/^yydestruct.*yymsg/,/#endif/{
+/^yydestruct.*yymsg/,/{/{
/^yydestruct/{
/[, *]p)/!{
H
s/^/ruby_parser_&/
s/)$/, p)/
- /\*/s/parser)$/struct parser_params *&/
+ /\*/s/p)$/struct parser_params *&/
}
}
/^#endif/{
@@ -26,16 +26,23 @@ a\
/yydestruct/{
i\
\ struct parser_params *p;
- a\
+ }
+ x
+ }
+ /^{/{
+ x
+ /yydestruct/{
+ i\
#define yydestruct(m, t, v) ruby_parser_yydestruct(m, t, v, p)
}
x
}
}
-/^yy_stack_print /,/#endif/{
+/^yy_stack_print /,/{/{
/^yy_stack_print/{
/[, *]p)/!{
H
+ s/^/ruby_parser_&/
s/)$/, p)/
/\*/s/p)$/struct parser_params *&/
}
@@ -48,15 +55,14 @@ a\
}
x
}
-}
-/yy_stack_print.*;/{
- x
- /yy_stack_print/{
+ /^{/{
x
- s/\(yy_stack_print *\)(\(.*\));/\1(\2, p);/
+ /yy_stack_print/{
+ i\
+#define yy_stack_print(b, t) ruby_parser_yy_stack_print(b, t, p)
+ }
x
}
- x
}
/^yy_reduce_print/,/^}/{
s/fprintf *(stderr,/YYFPRINTF (p,/g