aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-01-18 20:50:31 +0100
committerTristan Gingold <tgingold@free.fr>2018-01-20 07:40:53 +0100
commitad0208d1dc5dad9b00befbeb16cb74dc94a6b716 (patch)
tree8fe328a382a92e7729a586e31e3845991eda92d1 /src/std_names.adb
parent06d4264963b8a9b60da7bd87543360424ad3eb23 (diff)
downloadghdl-ad0208d1dc5dad9b00befbeb16cb74dc94a6b716.tar.gz
ghdl-ad0208d1dc5dad9b00befbeb16cb74dc94a6b716.tar.bz2
ghdl-ad0208d1dc5dad9b00befbeb16cb74dc94a6b716.zip
libraries: get rid of Nam_Buffer.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 0fd7abf89..b14c3fc4b 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -386,6 +386,7 @@ package body Std_Names is
Def ("l", Name_L);
Def ("r", Name_R);
Def ("s", Name_S);
+ Def ("v", Name_V);
Def ("external_name", Name_External_Name);
Def ("open_kind", Name_Open_Kind);
Def ("status", Name_Status);