mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 21:49:09 +02:00
* fixed displaying of hints such for procedures and functions
(and moved check_hints from pbase to htypechk) (forgot to commit earlier) git-svn-id: trunk@2469 -
This commit is contained in:
parent
24fa3cc3bf
commit
0dc6d51c08
@ -1759,6 +1759,10 @@ type
|
||||
end; { end of procedure to call determination }
|
||||
end;
|
||||
|
||||
{ check for hints (deprecated etc) }
|
||||
if (procdefinition.deftype = procdef) then
|
||||
check_hints(tprocdef(procdefinition).procsym,tprocdef(procdefinition).symoptions);
|
||||
|
||||
{ add needed default parameters }
|
||||
if assigned(procdefinition) and
|
||||
(paralength<procdefinition.maxparacount) then
|
||||
|
Loading…
Reference in New Issue
Block a user