160e0694673fedb9a9fde560f554f17a3970854a
[fw/sdcc] / src / SDCCpeeph.awk
1 BEGIN {
2          print "/* Generated file DO NOT Edit */"
3          print "/* To Make changes to rules   */"
4          print "/* edit file SDCCpeeph.def    */"
5 }
6
7 /^\/\// { next}
8
9 { printf "\"" ;
10   printf "%s",$0;
11   print  "\\n\""; 
12 }
13
14