From bda6bf813716213d52477b7b67869d699d526b0c Mon Sep 17 00:00:00 2001 From: Jeppe Johansen Date: Wed, 12 Mar 2014 16:40:04 +0000 Subject: [PATCH] Fix compilation of ARM-embedded RTL git-svn-id: trunk@27115 - --- rtl/embedded/system.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl/embedded/system.pp b/rtl/embedded/system.pp index a4426c4420..c36100e40a 100644 --- a/rtl/embedded/system.pp +++ b/rtl/embedded/system.pp @@ -27,6 +27,8 @@ Unit System; { Do not use standard memory manager } {$define HAS_MEMORYMANAGER} +{$define FPC_ANSI_TEXTFILEREC} + {$I check.inc} {$I systemh.inc}