aboutsummaryrefslogtreecommitdiffstats
path: root/canon.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-07-23 20:13:49 +0200
committerTristan Gingold <tgingold@free.fr>2014-07-23 20:13:49 +0200
commit777f73f67f0f2d18f73dc223a2d941ece31d0c9e (patch)
treed8bf9afda0d08fa40e0a47ec5bcf9356a21ae862 /canon.adb
parent694a4d2744f252b326121c37c2271133e0ec535f (diff)
downloadghdl-777f73f67f0f2d18f73dc223a2d941ece31d0c9e.tar.gz
ghdl-777f73f67f0f2d18f73dc223a2d941ece31d0c9e.tar.bz2
ghdl-777f73f67f0f2d18f73dc223a2d941ece31d0c9e.zip
Add parenthesis_Expression, --reprint and --compare-tokens commands.
Diffstat (limited to 'canon.adb')
-rw-r--r--canon.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/canon.adb b/canon.adb
index 9309a703c..b33883457 100644
--- a/canon.adb
+++ b/canon.adb
@@ -2526,8 +2526,7 @@ package body Canon is
Set_Parent (Res, Conf);
Blk_Spec := Create_Iir (Iir_Kind_Selected_Name);
Location_Copy (Blk_Spec, Res);
- Set_Suffix_Identifier
- (Blk_Spec, Std_Names.Name_Others);
+ Set_Identifier (Blk_Spec, Std_Names.Name_Others);
Set_Prefix (Blk_Spec, El);
Set_Block_Specification (Res, Blk_Spec);
Append (Last_Item, Conf, Res);