gbdk-releases/sdcc/src/SDCCpeeph.awk
2015-01-10 16:25:09 +01:00

15 lines
223 B
Awk

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\"";
}