From 6726150147070e5bbb976922993fe47909dc4854 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 11 Feb 2018 19:06:46 +0000 Subject: [PATCH] + embedded uses also FPC_STDOUT_TRUE_ALIAS to save memory git-svn-id: trunk@38212 - --- rtl/embedded/system.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtl/embedded/system.pp b/rtl/embedded/system.pp index 6446825cff..95d085cbb9 100644 --- a/rtl/embedded/system.pp +++ b/rtl/embedded/system.pp @@ -38,6 +38,9 @@ Unit System; {$define FPC_ANSI_TEXTFILEREC} +{ make output and stdout as well as input and stdin equal to save memory } +{$define FPC_STDOUT_TRUE_ALIAS} + {$ifdef CPUI8086} {$DEFINE FPC_INCLUDE_SOFTWARE_MUL} {$DEFINE FPC_INCLUDE_SOFTWARE_MOD_DIV}