mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 07:49:21 +02:00
+ support of dispatch call using <variant>.<id>
git-svn-id: trunk@7185 -
This commit is contained in:
parent
0d9609d614
commit
23aa57ff75
@ -2088,10 +2088,10 @@ implementation
|
||||
begin
|
||||
p2:=parse_paras(false,true,_RKLAMMER);
|
||||
consume(_RKLAMMER);
|
||||
p1:=translate_disp_call(p1,p2,dispatchstring);
|
||||
end
|
||||
else
|
||||
p2:=nil;
|
||||
p1:=translate_disp_call(p1,p2,dispatchstring);
|
||||
end
|
||||
else { Error }
|
||||
Consume(_ID);
|
||||
|
Loading…
Reference in New Issue
Block a user