diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-07-23 20:13:49 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-07-23 20:13:49 +0200 |
commit | 777f73f67f0f2d18f73dc223a2d941ece31d0c9e (patch) | |
tree | d8bf9afda0d08fa40e0a47ec5bcf9356a21ae862 /canon.adb | |
parent | 694a4d2744f252b326121c37c2271133e0ec535f (diff) | |
download | ghdl-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.adb | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |