Changed confusing comment
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 1 Oct 2000 13:02:50 +0000 (13:02 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 1 Oct 2000 13:02:50 +0000 (13:02 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@440 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCpeeph.awk

index 160e0694673fedb9a9fde560f554f17a3970854a..18999d74eff7fb31460cfa460490f08d79b5ba9c 100644 (file)
@@ -1,7 +1,7 @@
 BEGIN {
-        print "/* Generated file DO NOT Edit */"
-        print "/* To Make changes to rules   */"
-        print "/* edit file SDCCpeeph.def    */"
+        print "/* Generated file, DO NOT Edit!  */"
+        print "/* To Make changes to rules edit */"
+        print "/* <port>/peeph.def instead.     */"
 }
 
 /^\/\// { next}