From 0dc6d51c0844f67e0906f542b4bea2daa2a9e304 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Tue, 7 Feb 2006 14:23:38 +0000 Subject: [PATCH] * 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 - --- compiler/ncal.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/ncal.pas b/compiler/ncal.pas index ec607b9be0..91945e4bdc 100644 --- a/compiler/ncal.pas +++ b/compiler/ncal.pas @@ -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