* 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:
Jonas Maebe 2006-02-07 14:23:38 +00:00
parent 24fa3cc3bf
commit 0dc6d51c08

View File

@ -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