aboutsummaryrefslogtreecommitdiffstats
path: root/translate/grt/grt-rtis.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-09-11 05:39:42 +0200
committerTristan Gingold <tgingold@free.fr>2014-09-11 05:39:42 +0200
commit76790ce35751b7db120cbde496782c161d376c60 (patch)
tree368d1bd7202fd68fce7ef0394ac6a60696edb7ce /translate/grt/grt-rtis.ads
parentbc29eec25beb8e337bc7ad8ac38734d9491fbe94 (diff)
downloadghdl-76790ce35751b7db120cbde496782c161d376c60.tar.gz
ghdl-76790ce35751b7db120cbde496782c161d376c60.tar.bz2
ghdl-76790ce35751b7db120cbde496782c161d376c60.zip
vhdl2008: add translation and support for most of implicit operators.
Diffstat (limited to 'translate/grt/grt-rtis.ads')
-rw-r--r--translate/grt/grt-rtis.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/translate/grt/grt-rtis.ads b/translate/grt/grt-rtis.ads
index c441b4000..6bb76597e 100644
--- a/translate/grt/grt-rtis.ads
+++ b/translate/grt/grt-rtis.ads
@@ -190,6 +190,8 @@ package Grt.Rtis is
Common : Ghdl_Rti_Common;
Name : Ghdl_C_String;
Nbr : Ghdl_Index_Type;
+ -- Characters are represented as 'X', identifiers are represented as is,
+ -- extended identifiers are represented as is too.
Names : Ghdl_C_String_Array_Ptr;
end record;
type Ghdl_Rtin_Type_Enum_Acc is access Ghdl_Rtin_Type_Enum;