git-svn-id: trunk@1581 -
@@ -21,11 +21,14 @@ Var
B.A := V;
End;
+{$ifdef FPC_HAS_TYPE_EXTENDED}
+{ otherwise extended = real = double }
Operator := (V : Extended) B : TMoo;
Begin
B:=TMoo.Create;
+{$endif FPC_HAS_TYPE_EXTENDED}
Constructor TMoo.Init;