re-introduce required file
authorkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 30 Sep 2000 21:42:56 +0000 (21:42 +0000)
committerkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 30 Sep 2000 21:42:56 +0000 (21:42 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@435 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCpeeph.awk [new file with mode: 0644]

diff --git a/src/SDCCpeeph.awk b/src/SDCCpeeph.awk
new file mode 100644 (file)
index 0000000..160e069
--- /dev/null
@@ -0,0 +1,14 @@
+BEGIN {
+        print "/* Generated file DO NOT Edit */"
+        print "/* To Make changes to rules   */"
+        print "/* edit file SDCCpeeph.def    */"
+}
+
+/^\/\// { next}
+
+{ printf "\"" ;
+  printf "%s",$0;
+  print  "\\n\""; 
+}
+
+