From 0d7e3921aa6aa9088d158976ea0a4de7c19e0ccb Mon Sep 17 00:00:00 2001 From: nickysn Date: Thu, 23 Apr 2020 02:35:11 +0000 Subject: [PATCH] + added susheap.inc to the ZX Spectrum RTL (empty for now) git-svn-id: branches/z80@45027 - --- .gitattributes | 1 + rtl/zxspectrum/sysheap.inc | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 rtl/zxspectrum/sysheap.inc diff --git a/.gitattributes b/.gitattributes index a9f9d01b6f..82425f558d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12197,6 +12197,7 @@ rtl/zxspectrum/Makefile svneol=native#text/plain rtl/zxspectrum/Makefile.fpc svneol=native#text/plain rtl/zxspectrum/prt0.asm svneol=native#text/plain rtl/zxspectrum/rtldefs.inc svneol=native#text/plain +rtl/zxspectrum/sysheap.inc svneol=native#text/plain rtl/zxspectrum/sysos.inc svneol=native#text/plain rtl/zxspectrum/sysosh.inc svneol=native#text/plain rtl/zxspectrum/system.pp svneol=native#text/plain diff --git a/rtl/zxspectrum/sysheap.inc b/rtl/zxspectrum/sysheap.inc new file mode 100644 index 0000000000..d2d7059a0f --- /dev/null +++ b/rtl/zxspectrum/sysheap.inc @@ -0,0 +1,15 @@ +{ + This file is part of the Free Pascal run time library. + Copyright (c) 2005 by Free Pascal development team + + Low level memory functions + + 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. + + **********************************************************************} +