From fa052f76ee041de1d3978cfa6b2a617af18d8ded Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 27 Apr 2020 22:13:36 +0000 Subject: [PATCH] + added empty strings.inc and stringss.inc files git-svn-id: trunk@45148 - --- .gitattributes | 2 ++ rtl/z80/strings.inc | 18 ++++++++++++++++++ rtl/z80/stringss.inc | 17 +++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 rtl/z80/strings.inc create mode 100644 rtl/z80/stringss.inc diff --git a/.gitattributes b/.gitattributes index fc98fd45e4..2b21c20e3b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12192,6 +12192,8 @@ rtl/z80/math.inc svneol=native#text/plain rtl/z80/set.inc svneol=native#text/plain rtl/z80/setjump.inc svneol=native#text/plain rtl/z80/setjumph.inc svneol=native#text/plain +rtl/z80/strings.inc svneol=native#text/plain +rtl/z80/stringss.inc svneol=native#text/plain rtl/z80/z80.inc svneol=native#text/plain rtl/zxspectrum/Makefile svneol=native#text/plain rtl/zxspectrum/Makefile.fpc svneol=native#text/plain diff --git a/rtl/z80/strings.inc b/rtl/z80/strings.inc new file mode 100644 index 0000000000..0d10cd5002 --- /dev/null +++ b/rtl/z80/strings.inc @@ -0,0 +1,18 @@ +{ + This file is part of the Free Pascal run time library. + Copyright (c) 2000 by Jonas Maebe, member of the + Free Pascal development team + + Processor dependent part of strings.pp, that can be shared with + sysutils unit. + + See the file COPYING.FPC, included in this distribution, + for details about the copyright. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + **********************************************************************} + + diff --git a/rtl/z80/stringss.inc b/rtl/z80/stringss.inc new file mode 100644 index 0000000000..92225cf593 --- /dev/null +++ b/rtl/z80/stringss.inc @@ -0,0 +1,17 @@ +{ + This file is part of the Free Pascal run time library. + Copyright (c) 1999-2000 by Jonas Maebe, member of the + Free Pascal development team + + Processor dependent part of strings.pp, not shared with + sysutils unit. + + See the file COPYING.FPC, included in this distribution, + for details about the copyright. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + **********************************************************************} +