mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 19:11:03 +02:00
+ added empty strings.inc and stringss.inc files
git-svn-id: trunk@45148 -
This commit is contained in:
parent
69c95115f6
commit
fa052f76ee
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -12192,6 +12192,8 @@ rtl/z80/math.inc svneol=native#text/plain
|
|||||||
rtl/z80/set.inc svneol=native#text/plain
|
rtl/z80/set.inc svneol=native#text/plain
|
||||||
rtl/z80/setjump.inc svneol=native#text/plain
|
rtl/z80/setjump.inc svneol=native#text/plain
|
||||||
rtl/z80/setjumph.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/z80/z80.inc svneol=native#text/plain
|
||||||
rtl/zxspectrum/Makefile svneol=native#text/plain
|
rtl/zxspectrum/Makefile svneol=native#text/plain
|
||||||
rtl/zxspectrum/Makefile.fpc svneol=native#text/plain
|
rtl/zxspectrum/Makefile.fpc svneol=native#text/plain
|
||||||
|
18
rtl/z80/strings.inc
Normal file
18
rtl/z80/strings.inc
Normal 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
17
rtl/z80/stringss.inc
Normal 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.
|
||||||
|
|
||||||
|
**********************************************************************}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user