mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:59:10 +02:00
+ added z80/int64p.inc (empty for now)
git-svn-id: branches/z80@45021 -
This commit is contained in:
parent
cae8a928c9
commit
76a8d47eb6
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -12186,6 +12186,7 @@ rtl/xtensa/strings.inc svneol=native#text/plain
|
||||
rtl/xtensa/stringss.inc svneol=native#text/plain
|
||||
rtl/xtensa/xtensa.inc svneol=native#text/plain
|
||||
rtl/z80/cpuh.inc svneol=native#text/plain
|
||||
rtl/z80/int64p.inc svneol=native#text/plain
|
||||
rtl/z80/makefile.cpu svneol=native#text/plain
|
||||
rtl/z80/math.inc svneol=native#text/plain
|
||||
rtl/z80/set.inc svneol=native#text/plain
|
||||
|
14
rtl/z80/int64p.inc
Normal file
14
rtl/z80/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