Explorar o código

* corrected check for f_variants, introduced in r37660 (it was incorrectly
checking for f_threading instead)

git-svn-id: trunk@37668 -

nickysn %!s(int64=7) %!d(string=hai) anos
pai
achega
ef6cc202cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/psystem.pas

+ 1 - 1
compiler/psystem.pas

@@ -687,7 +687,7 @@ implementation
             loadtype('vtblarray',vmtarraytype);
             loadtype('__vtbl_ptr_type',vmttype);
           end;
-        if f_threading in features then
+        if f_variants in features then
           begin
             loadtype('variant',cvarianttype);
             loadtype('olevariant',colevarianttype);