Explorar el Código

+ Merged revision 315

git-svn-id: branches/fixes_2_0@316 -
michael hace 20 años
padre
commit
8c06201915
Se han modificado 2 ficheros con 0 adiciones y 4 borrados
  1. 0 2
      rtl/inc/variant.inc
  2. 0 2
      rtl/inc/varianth.inc

+ 0 - 2
rtl/inc/variant.inc

@@ -476,12 +476,10 @@ begin
 end;
 
 
-{$ifdef HASOVERLOADASSIGNBYUNIQUERESULT}
 operator :=(const source : variant) dest : tdatetime;
 begin
   dest:=variantmanager.vartotdatetime(source);
 end;
-{$endif HASOVERLOADASSIGNBYUNIQUERESULT}
 
 {**********************************************************************
                                Operators

+ 0 - 2
rtl/inc/varianth.inc

@@ -292,9 +292,7 @@ operator :=(const source : variant) dest : comp;
 
 { Misc. }
 operator :=(const source : variant) dest : currency;
-{$ifdef HASOVERLOADASSIGNBYUNIQUERESULT}
 operator :=(const source : variant) dest : tdatetime;
-{$endif HASOVERLOADASSIGNBYUNIQUERESULT}
 
 {**********************************************************************
                          Operators