aboutsummaryrefslogtreecommitdiffstats
path: root/src/name_table.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/name_table.ads')
-rw-r--r--src/name_table.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/name_table.ads b/src/name_table.ads
index 16bfc2bcd..53aedc6dc 100644
--- a/src/name_table.ads
+++ b/src/name_table.ads
@@ -39,6 +39,10 @@ package Name_Table is
-- backslashes are simplified.
function Get_Identifier (Str: String) return Name_Id;
+ -- Likewise, but with a C compatible interface.
+ function Get_Identifier_With_Len (Str : Thin_String_Ptr; Len : Natural)
+ return Name_Id;
+
-- Get the string associed to a name. The first bound is 1.
-- If the name is a character, then single quote are added.
function Image (Id: Name_Id) return String;