mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
* dummy strings.inc for aarch64
git-svn-id: trunk@29886 -
This commit is contained in:
parent
dad442c7e3
commit
e32965879d
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7875,6 +7875,7 @@ rtl/aarch64/mathu.inc svneol=native#text/plain
|
||||
rtl/aarch64/set.inc svneol=native#text/plain
|
||||
rtl/aarch64/setjump.inc svneol=native#text/plain
|
||||
rtl/aarch64/setjumph.inc svneol=native#text/plain
|
||||
rtl/aarch64/strings.inc svneol=native#text/plain
|
||||
rtl/aarch64/stringss.inc svneol=native#text/plain
|
||||
rtl/aix/Makefile svneol=native#text/plain
|
||||
rtl/aix/Makefile.fpc svneol=native#text/plain
|
||||
|
17
rtl/aarch64/strings.inc
Normal file
17
rtl/aarch64/strings.inc
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 2003 by Florian Klaempfl, 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.
|
||||
|
||||
**********************************************************************}
|
||||
|
Loading…
Reference in New Issue
Block a user