blob: 18999d74eff7fb31460cfa460490f08d79b5ba9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
BEGIN {
print "/* Generated file, DO NOT Edit! */"
print "/* To Make changes to rules edit */"
print "/* <port>/peeph.def instead. */"
}
/^\/\// { next}
{ printf "\"" ;
printf "%s",$0;
print "\\n\"";
}
|