aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-tokens.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/vhdl/vhdl-tokens.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/vhdl/vhdl-tokens.adb')
-rw-r--r--src/vhdl/vhdl-tokens.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-tokens.adb b/src/vhdl/vhdl-tokens.adb
index b8838c1db..90ce05bcc 100644
--- a/src/vhdl/vhdl-tokens.adb
+++ b/src/vhdl/vhdl-tokens.adb
@@ -380,6 +380,8 @@ package body Vhdl.Tokens is
return "restrict_guarantee";
when Tok_Sequence =>
return "sequence";
+ when Tok_Inherit =>
+ return "inherit";
when Tok_Vmode =>
return "vmode";
when Tok_Vprop =>