diff options
Diffstat (limited to 'iirs.ads')
-rw-r--r-- | iirs.ads | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2225,10 +2225,10 @@ package Iirs is -- -- Get/Set_Prefix (Field3) -- - -- Get/Set_Base_Name (Field5) - -- -- Get/Set_Named_Entity (Field4) -- + -- Get/Set_Base_Name (Field5) + -- -- Get/Set_Expr_Staticness (State1) -- Iir_Kind_Operator_Symbol (Short) @@ -2236,6 +2236,8 @@ package Iirs is -- Get/Set_Identifier (Field3) -- -- Get/Set_Named_Entity (Field4) + -- + -- Get/Set_Base_Name (Field5) -- Iir_Kind_Indexed_Name (Short) -- Select the element designed with the INDEX_LIST from array PREFIX. |