From 4c7279c662a0ee007aca4e9919c5d95c619448fd Mon Sep 17 00:00:00 2001 From: johanknol Date: Sun, 1 Oct 2000 13:02:50 +0000 Subject: [PATCH] Changed confusing comment git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@440 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCpeeph.awk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -- 2.39.5