+ added empty strings.inc and stringss.inc files

git-svn-id: trunk@45148 -
This commit is contained in:
nickysn 2020-04-27 22:13:36 +00:00
parent 69c95115f6
commit fa052f76ee
3 changed files with 37 additions and 0 deletions

2
.gitattributes vendored
View File

@ -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

18
rtl/z80/strings.inc Normal file
View File

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

17
rtl/z80/stringss.inc Normal file
View File

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