diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-10-13 07:59:39 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-10-13 07:59:39 +0200 |
commit | 1a1d378dcafeca5a18dfa8862ebe412efa1e9718 (patch) | |
tree | 7e1d5dddedd857b0e5776ac5a58bfec8c47d6abc /src/vhdl/parse.adb | |
parent | 2f3707ceb2c6ab25a24a280791339c7294ab732c (diff) | |
download | ghdl-1a1d378dcafeca5a18dfa8862ebe412efa1e9718.tar.gz ghdl-1a1d378dcafeca5a18dfa8862ebe412efa1e9718.tar.bz2 ghdl-1a1d378dcafeca5a18dfa8862ebe412efa1e9718.zip |
iirs: rename base_type to number_base_type to avoid confusion.
Diffstat (limited to 'src/vhdl/parse.adb')
-rw-r--r-- | src/vhdl/parse.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/parse.adb b/src/vhdl/parse.adb index 72ae0ea0f..49ce426e4 100644 --- a/src/vhdl/parse.adb +++ b/src/vhdl/parse.adb @@ -4663,7 +4663,7 @@ package body Parse is use Name_Table; Res : Iir; C : Character; - B : Base_Type; + B : Number_Base_Type; begin Res := Create_Iir (Iir_Kind_String_Literal8); Set_Location (Res); |