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. + + **********************************************************************} +