Explorar el Código

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

git-svn-id: trunk@37668 -

nickysn hace 7 años
padre
commit
ef6cc202cd
Se han modificado 1 ficheros con 1 adiciones y 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);