From: johanknol Date: Sun, 1 Oct 2000 13:02:50 +0000 (+0000) Subject: Changed confusing comment X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4c7279c662a0ee007aca4e9919c5d95c619448fd;p=fw%2Fsdcc Changed confusing comment git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@440 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCpeeph.awk b/src/SDCCpeeph.awk index 160e0694..18999d74 100644 --- a/src/SDCCpeeph.awk +++ b/src/SDCCpeeph.awk @@ -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 "/* /peeph.def instead. */" } /^\/\// { next}