Announce SDCC 4.5.0 RC3.
[sdcc.git] / sdcc / src / SDCCpeeph.awk
blob18999d74eff7fb31460cfa460490f08d79b5ba9c
1 BEGIN {
2 print "/* Generated file, DO NOT Edit! */"
3 print "/* To Make changes to rules edit */"
4 print "/* <port>/peeph.def instead. */"
7 /^\/\// { next}
9 { printf "\"" ;
10 printf "%s",$0;
11 print "\\n\"";