mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 03:32:04 +02:00
* fixed skpara setter of tprocdef after r26332
git-svn-id: trunk@26471 -
This commit is contained in:
parent
a16543e81f
commit
67413a2823
@ -4588,7 +4588,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
if not assigned(implprocdefinfo) then
|
if not assigned(implprocdefinfo) then
|
||||||
internalerror(2014010311);
|
internalerror(2014010311);
|
||||||
implprocdefinfo:=AValue;
|
implprocdefinfo^.skpara:=AValue;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user