mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
c4af7f51b7
Sansonetti <laurent.sansonetti AT gmail.com> in [ruby-core:13470]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10 lines
185 B
Sed
Executable file
10 lines
185 B
Sed
Executable file
#!/bin/sed -f
|
|
/^int yydebug;/{
|
|
i\
|
|
#ifndef yydebug
|
|
a\
|
|
#endif
|
|
}
|
|
s/^[ ]*\(yyerror[ ]*([ ]*parser,\)/parser_\1/
|
|
s!^ *extern char \*getenv();!/* & */!
|
|
s/^\(#.*\)".*\.tab\.c"/\1"parse.c"/
|