aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/parse.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-10-13 07:59:39 +0200
committerTristan Gingold <tgingold@free.fr>2016-10-13 07:59:39 +0200
commit1a1d378dcafeca5a18dfa8862ebe412efa1e9718 (patch)
tree7e1d5dddedd857b0e5776ac5a58bfec8c47d6abc /src/vhdl/parse.adb
parent2f3707ceb2c6ab25a24a280791339c7294ab732c (diff)
downloadghdl-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.adb2
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);