mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 12:50:29 +02:00
* for variant dispatch calls, use the parameter name in source case, not upper case
git-svn-id: trunk@49480 -
This commit is contained in:
parent
7330a0156c
commit
6e4984184b
@ -2989,7 +2989,7 @@ implementation
|
|||||||
(token=_ASSIGNMENT) then
|
(token=_ASSIGNMENT) then
|
||||||
begin
|
begin
|
||||||
found_arg_name:=true;
|
found_arg_name:=true;
|
||||||
p1:=cstringconstnode.createstr(storedpattern);
|
p1:=cstringconstnode.createstr(orgstoredpattern);
|
||||||
consume(_ASSIGNMENT);
|
consume(_ASSIGNMENT);
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user