aboutsummaryrefslogtreecommitdiffstats
path: root/sem.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-09-02 21:17:16 +0200
committerTristan Gingold <tgingold@free.fr>2014-09-02 21:17:16 +0200
commite6ffb98cb5ad3f07bcaf79323d8ab8411688c494 (patch)
tree46a91868b6e4aeb5354249c74507b3e92e85f01f /sem.ads
parente393e8b7babd9d2dbe5e6bb7816b82036b857a1f (diff)
downloadghdl-e6ffb98cb5ad3f07bcaf79323d8ab8411688c494.tar.gz
ghdl-e6ffb98cb5ad3f07bcaf79323d8ab8411688c494.tar.bz2
ghdl-e6ffb98cb5ad3f07bcaf79323d8ab8411688c494.zip
Keep names in the tree.
This is a large change to improve error locations and allow pretty printing.
Diffstat (limited to 'sem.ads')
-rw-r--r--sem.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/sem.ads b/sem.ads
index a6a6942ee..b3a8ddcb6 100644
--- a/sem.ads
+++ b/sem.ads
@@ -65,8 +65,7 @@ package Sem is
procedure Compute_Subprogram_Hash (Subprg : Iir);
-- LRM 2.1 Subprogram Declarations.
- -- SUBPRG is either a _specification or a _spec_body.
- function Sem_Subprogram_Declaration (Subprg: Iir) return Iir;
+ procedure Sem_Subprogram_Declaration (Subprg: Iir);
-- LRM 2.2 Subprogram Bodies.
procedure Sem_Subprogram_Body (Subprg: Iir);