Kaynağa Gözat

Merged revisions 7964 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r7964 | florian | 2007-07-05 23:01:01 +0300 (Чт, 05 июл 2007) | 2 lines

* don't compile objects in fpu emulation mode
........

git-svn-id: branches/fixes_2_2@8008 -

yury 18 yıl önce
ebeveyn
işleme
eef9592dc7
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      rtl/inc/objects.pp

+ 1 - 2
rtl/inc/objects.pp

@@ -47,7 +47,6 @@ UNIT Objects;
 
 
 {==== Compiler directives ===========================================}
 {==== Compiler directives ===========================================}
 {$H-} { No ansistrings }
 {$H-} { No ansistrings }
-{$E+} { Emulation is on }
 {$X+} { Extended syntax is ok }
 {$X+} { Extended syntax is ok }
 {$R-} { Disable range checking }
 {$R-} { Disable range checking }
 {$ifndef Unix}
 {$ifndef Unix}
@@ -1907,7 +1906,7 @@ END;
 {$DEFINE STACKFRAME_OFF}
 {$DEFINE STACKFRAME_OFF}
 {$W+}
 {$W+}
 {$ENDIF}
 {$ENDIF}
-       
+
 FUNCTION TCollection.LastThat (Test: Pointer): Pointer;
 FUNCTION TCollection.LastThat (Test: Pointer): Pointer;
 VAR I: LongInt;
 VAR I: LongInt;