Explorar o código

* fixed for non-x96

git-svn-id: trunk@4643 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
07bbce6fa1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tests/webtbs/tw7425.pp

+ 2 - 0
tests/webtbs/tw7425.pp

@@ -6,9 +6,11 @@ procedure a(r: real); overload;
 begin
 end;
 
+{$ifdef FPC_HAS_TYPE_EXTENDED}
 procedure a(r: extended); overload;
 begin
 end;
+{$endif}
 
 begin
   writeln(sizeof(real));