aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-11-03 08:03:12 +0100
committerTristan Gingold <tgingold@free.fr>2021-11-03 22:10:05 +0100
commitc56db23368ecb4df5eaef3920a46d12150235070 (patch)
tree6d8f7dab0b36ac6f6ea7ea8b54b235babb8078b8 /src/std_names.adb
parenteb2b7a950937f5f414c4652514e66e31549bc8bd (diff)
downloadghdl-c56db23368ecb4df5eaef3920a46d12150235070.tar.gz
ghdl-c56db23368ecb4df5eaef3920a46d12150235070.tar.bz2
ghdl-c56db23368ecb4df5eaef3920a46d12150235070.zip
vhdl: add tok_inherit. Preliminary work for #1899
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index ceabfec97..245c8a1a9 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -162,6 +162,7 @@ package body Std_Names is
Def ("restrict", Name_Restrict);
Def ("restrict_guarantee", Name_Restrict_Guarantee);
Def ("sequence", Name_Sequence);
+ Def ("inherit", Name_Inherit);
Def ("vmode", Name_Vmode);
Def ("vprop", Name_Vprop);
Def ("vunit", Name_Vunit);
@@ -829,7 +830,6 @@ package body Std_Names is
Def ("forall", Name_Forall);
Def ("g", Name_G);
Def ("inf", Name_Inf);
- Def ("inherit", Name_Inherit);
Def ("never", Name_Never);
Def ("next_a", Name_Next_A);
Def ("next_e", Name_Next_E);