aboutsummaryrefslogtreecommitdiffstats
path: root/src/dyn_tables.adb
diff options
context:
space:
mode:
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;