mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 11:29:34 +02:00
+ dummy set.inc for AArch64
git-svn-id: trunk@29882 -
This commit is contained in:
parent
4c7f75c93b
commit
e82201d6ac
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7871,6 +7871,7 @@ rtl/README.txt svneol=native#text/plain
|
||||
rtl/aarch64/int64p.inc svneol=native#text/plain
|
||||
rtl/aarch64/math.inc svneol=native#text/plain
|
||||
rtl/aarch64/mathu.inc svneol=native#text/plain
|
||||
rtl/aarch64/set.inc svneol=native#text/plain
|
||||
rtl/aix/Makefile svneol=native#text/plain
|
||||
rtl/aix/Makefile.fpc svneol=native#text/plain
|
||||
rtl/aix/dlaix.inc svneol=native#text/plain
|
||||
|
15
rtl/aarch64/set.inc
Normal file
15
rtl/aarch64/set.inc
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 2002 by the Free Pascal development team
|
||||
|
||||
Include file with set operations called by the compiler
|
||||
|
||||
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