aboutsummaryrefslogtreecommitdiffstats
path: root/src/dyn_tables.adb
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_tables.adb
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_tables.adb')
-rw-r--r--src/dyn_tables.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyn_tables.adb b/src/dyn_tables.adb
index c7fcc41e8..91857f002 100644
--- a/src/dyn_tables.adb
+++ b/src/dyn_tables.adb
@@ -105,7 +105,7 @@ package body Dyn_Tables is
end if;
end Set_Last;
- procedure Init (T : in out Instance)
+ procedure Init (T : in out Instance; Table_Initial : Positive)
is
-- Direct interface to malloc.
function Cmalloc (Size : size_t) return Table_Thin_Ptr;