浏览代码

+ Merged revision 315

git-svn-id: branches/fixes_2_0@316 -
michael 20 年之前
父节点
当前提交
8c06201915
共有 2 个文件被更改,包括 0 次插入4 次删除
  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