aboutsummaryrefslogtreecommitdiffstats
path: root/src/str_table.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-05-14 22:01:49 +0200
committerTristan Gingold <tgingold@free.fr>2015-05-14 22:01:49 +0200
commit15c60251e6d7f3d7f3aaa0a379f24f076e6bc047 (patch)
tree4045a12c872dfaa388d8d38238c99d91800daa0f /src/str_table.ads
parentf1ee709724aff4a8c532cb20339c54cf142f4a02 (diff)
downloadghdl-15c60251e6d7f3d7f3aaa0a379f24f076e6bc047.tar.gz
ghdl-15c60251e6d7f3d7f3aaa0a379f24f076e6bc047.tar.bz2
ghdl-15c60251e6d7f3d7f3aaa0a379f24f076e6bc047.zip
Handle evaluation of to_string for enumeration and integer types.
Handled extended names for to_string. Fix ticket 61.
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.