diff options
Diffstat (limited to 'sem_decls.ads')
-rw-r--r-- | sem_decls.ads | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sem_decls.ads b/sem_decls.ads index da4020b..dcc114b 100644 --- a/sem_decls.ads +++ b/sem_decls.ads @@ -32,10 +32,7 @@ package Sem_Decls is (Decl : Iir; Is_Std_Standard : Boolean := False); -- Semantize declarations of PARENT. - -- If IS_GLOBAL is set, then declarations may be seen outside of the units. - -- This must be set for entities and packages (except when - -- Flags.Flag_Whole_Analyze is set). - procedure Sem_Declaration_Chain (Parent : Iir; Is_Global : Boolean); + procedure Sem_Declaration_Chain (Parent : Iir); -- Check all declarations of DECLS_PARENT are complete -- This checks subprograms, deferred constants, incomplete types and |