aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_decls.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-09-04 07:11:38 +0200
committerTristan Gingold <tgingold@free.fr>2016-09-04 07:24:30 +0200
commitd99f387f2391531eeba31a0cd143a39a2b6cd011 (patch)
tree281e98bfa8af73fef1f32bc79af9811031bbdbe5 /src/vhdl/sem_decls.ads
parentc553937361b0b9f20b0445b75a296559911a3e53 (diff)
downloadghdl-d99f387f2391531eeba31a0cd143a39a2b6cd011.tar.gz
ghdl-d99f387f2391531eeba31a0cd143a39a2b6cd011.tar.bz2
ghdl-d99f387f2391531eeba31a0cd143a39a2b6cd011.zip
vhdl08: preliminary work to support nested package bodies.
Diffstat (limited to 'src/vhdl/sem_decls.ads')
-rw-r--r--src/vhdl/sem_decls.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem_decls.ads b/src/vhdl/sem_decls.ads
index d29b1a49d..63e29ff6b 100644
--- a/src/vhdl/sem_decls.ads
+++ b/src/vhdl/sem_decls.ads
@@ -39,7 +39,7 @@ package Sem_Decls is
-- type bodies.
--
-- Also, report unused declarations if DECL = DECLS_PARENT.
- -- As a consequence, Check_Full_Declaration must be called after sem
+ -- As a consequence, Check_Full_Declaration must be called after analyze
-- of statements, if any.
procedure Check_Full_Declaration (Decls_Parent : Iir; Decl: Iir);