From b68396d2e203be768191ce8419d368df4f203b98 Mon Sep 17 00:00:00 2001 From: borutr Date: Wed, 7 Aug 2002 21:28:14 +0000 Subject: [PATCH] - added newline in the .def file to keep MSC compiler satisfied git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2063 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/xa51/peeph.def | 4 ++++ src/xa51/peeph.rul | 1 + 2 files changed, 5 insertions(+) diff --git a/src/xa51/peeph.def b/src/xa51/peeph.def index e69de29b..2f36385c 100644 --- a/src/xa51/peeph.def +++ b/src/xa51/peeph.def @@ -0,0 +1,4 @@ +// there should be at least one newline in the def file +// to keep MSC compiler satisfied; so don't remove the +// following empty line! + diff --git a/src/xa51/peeph.rul b/src/xa51/peeph.rul index 7e86f108..6e649388 100644 --- a/src/xa51/peeph.rul +++ b/src/xa51/peeph.rul @@ -1,3 +1,4 @@ /* Generated file, DO NOT Edit! */ /* To Make changes to rules edit */ /* /peeph.def instead. */ +"\n" -- 2.39.5