mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 19:02:05 +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
|
||||
if not assigned(implprocdefinfo) then
|
||||
internalerror(2014010311);
|
||||
implprocdefinfo:=AValue;
|
||||
implprocdefinfo^.skpara:=AValue;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user