summaryrefslogtreecommitdiff
path: root/tool/ytab.sed
blob: 4bb1c31fd167dcd62b9473ecf78e0b9d1aa7de5d (plain)
1
2
3
4
5
6
7
8
9
10
#!/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"/