aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-01-17 06:53:01 +0100
committerTristan Gingold <tgingold@free.fr>2016-01-19 19:54:40 +0100
commit1e2aeb2a4635f24c60384232e319b682b0d99f3c (patch)
treef0717eb0065cc1adbd397e69957959826d809a81 /src/vhdl/iirs.ads
parent8e2468448947c7e1567cc50035a483c2ebd7b9d9 (diff)
downloadghdl-1e2aeb2a4635f24c60384232e319b682b0d99f3c.tar.gz
ghdl-1e2aeb2a4635f24c60384232e319b682b0d99f3c.tar.bz2
ghdl-1e2aeb2a4635f24c60384232e319b682b0d99f3c.zip
Clean up some code and comments about constant declarations.
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r--src/vhdl/iirs.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads
index cc7eb83f0..56a1794a9 100644
--- a/src/vhdl/iirs.ads
+++ b/src/vhdl/iirs.ads
@@ -1435,9 +1435,9 @@ package Iirs is
--
-- Only for Iir_Kind_Constant_Declaration:
-- Summary:
- -- | constant C1 : integer; -- Deferred declaration (in a package)
- -- | constant C2 : integer := 4; -- Declaration
- -- | constant C1 : integer := 3; -- Full declaration (in a body)
+ -- | constant C1 : integer; -- Deferred declaration (in a package)
+ -- | constant C2 : integer := 4; -- Declaration
+ -- | constant C1 : integer := 3; -- Full declaration (in a body)
-- | NAME Deferred_declaration Deferred_declaration_flag
-- | C1 Null_iir or C1' (*) True
-- | C2 Null_Iir False
@@ -5656,7 +5656,7 @@ package Iirs is
-- declaration for a full constant declaration, or is null_iir for a
-- usual or deferred constant declaration.
-- Set only during sem.
- -- Field: Field6
+ -- Field: Field6 Ref
function Get_Deferred_Declaration (Target : Iir) return Iir;
procedure Set_Deferred_Declaration (Target : Iir; Decl : Iir);