aboutsummaryrefslogtreecommitdiffstats
path: root/src/dyn_interning.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-08 19:29:52 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-11 20:25:11 +0100
commitf6ee4a75bfba5341a9116193810c5ccf771d1cf0 (patch)
tree18fab110c29f13c9982e9cd6856fc88c14112b9a /src/dyn_interning.ads
parent207b7fb44c667af87c5f8e4ab20652fcaaf1849e (diff)
downloadghdl-f6ee4a75bfba5341a9116193810c5ccf771d1cf0.tar.gz
ghdl-f6ee4a75bfba5341a9116193810c5ccf771d1cf0.tar.bz2
ghdl-f6ee4a75bfba5341a9116193810c5ccf771d1cf0.zip
dyn_tables: move Table_Initial generic to argument of
Diffstat (limited to 'src/dyn_interning.ads')
-rw-r--r--src/dyn_interning.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dyn_interning.ads b/src/dyn_interning.ads
index c1bdab420..5412b6772 100644
--- a/src/dyn_interning.ads
+++ b/src/dyn_interning.ads
@@ -77,8 +77,7 @@ private
package Wrapper_Tables is new Dyn_Tables
(Table_Index_Type => Index_Type,
Table_Component_Type => Element_Wrapper,
- Table_Low_Bound => No_Index + 1,
- Table_Initial => 128);
+ Table_Low_Bound => No_Index + 1);
type Hash_Array is array (Hash_Value_Type range <>) of Index_Type;
type Hash_Array_Acc is access Hash_Array;