aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_expr.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-09 08:30:31 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-09 09:17:49 +0100
commit1f63d27df1c215331ad3c8e90c2f06695ee1d347 (patch)
treef657c1f81459911610fc8e107973dbd660749fe9 /src/vhdl/vhdl-sem_expr.adb
parentb01cf47ec4b1efebcfe8da8c336d749b6c3a6728 (diff)
downloadghdl-1f63d27df1c215331ad3c8e90c2f06695ee1d347.tar.gz
ghdl-1f63d27df1c215331ad3c8e90c2f06695ee1d347.tar.bz2
ghdl-1f63d27df1c215331ad3c8e90c2f06695ee1d347.zip
src/vhd: remove use of chapter sign in comment to have on ASCII characters
(except for vhdl-scanner)
Diffstat (limited to 'src/vhdl/vhdl-sem_expr.adb')
-rw-r--r--src/vhdl/vhdl-sem_expr.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-sem_expr.adb b/src/vhdl/vhdl-sem_expr.adb
index e00aaadff..2e5afd86d 100644
--- a/src/vhdl/vhdl-sem_expr.adb
+++ b/src/vhdl/vhdl-sem_expr.adb
@@ -3024,7 +3024,7 @@ package body Vhdl.Sem_Expr is
-- emitted for a case stmt.
-- FIXME: what about individual associations?
if not Is_Case_Stmt then
- -- LRM93 §7.3.2.2
+ -- LRM93 7.3.2.2
-- A named association of an array aggregate is allowed to have
-- a choice that is not locally static, or likewise a choice that
-- is a null range, only if the aggregate includes a single
@@ -4536,7 +4536,7 @@ package body Vhdl.Sem_Expr is
Lib : Iir;
Cur_Lib : Iir;
begin
- -- LRM93 §2.6
+ -- LRM93 2.6
-- Within a package declaration that contains the declaration
-- of a deferred constant, and within the body of that package,
-- before the end of the corresponding full declaration, the