aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/nodes_gc.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-10-11 06:19:19 +0200
committerTristan Gingold <tgingold@free.fr>2016-10-11 06:19:19 +0200
commitec63ed6f4287ef5a0a19817f3803972899cf7648 (patch)
treebe459880175235d631ac0f5249440d63cfc7a3de /src/vhdl/nodes_gc.ads
parent498665c5328fa2c2e0a0d114e39c545d04fbdfe9 (diff)
downloadghdl-ec63ed6f4287ef5a0a19817f3803972899cf7648.tar.gz
ghdl-ec63ed6f4287ef5a0a19817f3803972899cf7648.tar.bz2
ghdl-ec63ed6f4287ef5a0a19817f3803972899cf7648.zip
Rework AST to setup ownership and reference policy.
Check it with nodes_gc.
Diffstat (limited to 'src/vhdl/nodes_gc.ads')
-rw-r--r--src/vhdl/nodes_gc.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/nodes_gc.ads b/src/vhdl/nodes_gc.ads
index ef8e647c3..ad17c67b7 100644
--- a/src/vhdl/nodes_gc.ads
+++ b/src/vhdl/nodes_gc.ads
@@ -17,7 +17,7 @@
-- 02111-1307, USA.
package Nodes_GC is
- Flag_Disp_Multiref : Boolean := False;
+ Flag_Disp_Multiref : Boolean := True;
procedure Report_Unreferenced;
-- Display nodes that aren't referenced.