mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-16 18:26:00 +02:00
* made internalerror unique
git-svn-id: trunk@15364 -
This commit is contained in:
parent
84590d67b0
commit
82b65a1f93
@ -1033,7 +1033,7 @@ implementation
|
||||
{ parameter or not, but no mixing (JM) }
|
||||
if paramanager.ret_in_param(typedef,pd.proccalloption) xor
|
||||
paramanager.ret_in_param(pd.returndef,pd.proccalloption) then
|
||||
internalerror(200108291);
|
||||
internalerror(2001082911);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user