mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 20:29:23 +02:00
+ added rtl/i8086/int64p.inc, empty for now
git-svn-id: branches/i8086@23851 -
This commit is contained in:
parent
fdf831b4c6
commit
37714971ff
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7786,6 +7786,7 @@ rtl/i386/strings.inc svneol=native#text/plain
|
|||||||
rtl/i386/stringss.inc svneol=native#text/plain
|
rtl/i386/stringss.inc svneol=native#text/plain
|
||||||
rtl/i386/strpas.inc svneol=native#text/plain
|
rtl/i386/strpas.inc svneol=native#text/plain
|
||||||
rtl/i8086/i8086.inc svneol=native#text/plain
|
rtl/i8086/i8086.inc svneol=native#text/plain
|
||||||
|
rtl/i8086/int64p.inc svneol=native#text/plain
|
||||||
rtl/i8086/makefile.cpu svneol=native#text/plain
|
rtl/i8086/makefile.cpu svneol=native#text/plain
|
||||||
rtl/i8086/math.inc svneol=native#text/plain
|
rtl/i8086/math.inc svneol=native#text/plain
|
||||||
rtl/i8086/set.inc svneol=native#text/plain
|
rtl/i8086/set.inc svneol=native#text/plain
|
||||||
|
14
rtl/i8086/int64p.inc
Normal file
14
rtl/i8086/int64p.inc
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
This file is part of the Free Pascal run time library.
|
||||||
|
Copyright (c) 1999-2000 by the Free Pascal development team
|
||||||
|
|
||||||
|
This file contains some helper routines for int64 and qword
|
||||||
|
|
||||||
|
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