Explorar o código

+ embedded uses also FPC_STDOUT_TRUE_ALIAS to save memory

git-svn-id: trunk@38212 -
florian %!s(int64=7) %!d(string=hai) anos
pai
achega
6726150147
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      rtl/embedded/system.pp

+ 3 - 0
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}