mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 21:20:24 +02:00
* Fixed handling of OleVariant type (was messed up with Variant), now comparisons with colevarianttype work correctly, resolves #22504 (r21970 was correct but not enough).
git-svn-id: trunk@21976 -
This commit is contained in:
parent
b0458b55a3
commit
a7311f1348
@ -378,7 +378,7 @@ implementation
|
||||
addtype('$openchararray',openchararraytype);
|
||||
addtype('$file',cfiletype);
|
||||
addtype('$variant',cvarianttype);
|
||||
addtype('$olevariant',cvarianttype);
|
||||
addtype('$olevariant',colevarianttype);
|
||||
if init_settings.fputype<>fpu_none then
|
||||
begin
|
||||
addtype('$s32real',s32floattype);
|
||||
|
Loading…
Reference in New Issue
Block a user