Browse Source

+ added z80/int64p.inc (empty for now)

git-svn-id: branches/z80@45021 -
nickysn 5 years ago
parent
commit
76a8d47eb6
2 changed files with 15 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 14 0
      rtl/z80/int64p.inc

+ 1 - 0
.gitattributes

@@ -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 - 0
rtl/z80/int64p.inc

@@ -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.
+
+ **********************************************************************}