aboutsummaryrefslogtreecommitdiffstats
path: root/src/name_table.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-10-06 20:52:49 +0200
committerTristan Gingold <tgingold@free.fr>2017-10-06 20:52:49 +0200
commit09733cedabdaef6c1adba4473ce4abd863defa89 (patch)
treed6d936c31f4fa18ed2475937127c25c391cd8c72 /src/name_table.ads
parentf1c1deaa61dc79a1c6c15aafd1b90fb6be9d8b4c (diff)
downloadghdl-09733cedabdaef6c1adba4473ce4abd863defa89.tar.gz
ghdl-09733cedabdaef6c1adba4473ce4abd863defa89.tar.bz2
ghdl-09733cedabdaef6c1adba4473ce4abd863defa89.zip
python: add more interfaces.
Diffstat (limited to 'src/name_table.ads')
-rw-r--r--src/name_table.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/name_table.ads b/src/name_table.ads
index 53aedc6dc..2ad733f28 100644
--- a/src/name_table.ads
+++ b/src/name_table.ads
@@ -56,6 +56,7 @@ package Name_Table is
-- table).
-- The string is NUL-terminated (this is done by get_identifier).
function Get_Address (Id: Name_Id) return System.Address;
+ function Get_Name_Ptr (Id : Name_Id) return Thin_String_Ptr;
-- Get the length of ID.
function Get_Name_Length (Id: Name_Id) return Natural;