Pārlūkot izejas kodu

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

git-svn-id: trunk@37668 -

nickysn 7 gadi atpakaļ
vecāks
revīzija
ef6cc202cd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);