aboutsummaryrefslogtreecommitdiffstats
path: root/src/str_table.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/str_table.ads')
-rw-r--r--src/str_table.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/str_table.ads b/src/str_table.ads
index 17103673b..0d815e619 100644
--- a/src/str_table.ads
+++ b/src/str_table.ads
@@ -34,6 +34,7 @@ package Str_Table is
procedure Append_String8 (El : Nat8);
procedure Append_String8_Char (El : Character);
pragma Inline (Append_String8_Char);
+ procedure Append_String8_String (S : String);
-- Resize (reduce or expand) the current string8. When expanded, new
-- elements are uninitialized.