mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 07:07:48 +01:00
* ensure that aprocdef is initialized to Nil to catch problems with compare_defs_ext() easier
git-svn-id: trunk@42699 -
This commit is contained in:
parent
10af6fe2fb
commit
663040a666
@ -2450,6 +2450,7 @@ implementation
|
||||
include(cdoptions,cdo_explicit);
|
||||
if nf_internal in flags then
|
||||
include(cdoptions,cdo_internal);
|
||||
aprocdef:=nil;
|
||||
eq:=compare_defs_ext(left.resultdef,resultdef,left.nodetype,convtype,aprocdef,cdoptions);
|
||||
case eq of
|
||||
te_exact,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user