aboutsummaryrefslogtreecommitdiffstats
path: root/src/edif/edif-nodes.adb.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-12-30 16:21:31 +0100
committerTristan Gingold <tgingold@free.fr>2020-12-30 16:21:31 +0100
commitfbe43ad4dc8451fecba5318af97541283207a0e8 (patch)
treec0b14620dd40cbde9c092c1e2e2e6365278c67ab /src/edif/edif-nodes.adb.in
parent20d867fef338b0d8f0604e99db5383ab69ad63ae (diff)
downloadghdl-fbe43ad4dc8451fecba5318af97541283207a0e8.tar.gz
ghdl-fbe43ad4dc8451fecba5318af97541283207a0e8.tar.bz2
ghdl-fbe43ad4dc8451fecba5318af97541283207a0e8.zip
src/edif: Rename Direction_Type to avoid hiding in types.ads
Diffstat (limited to 'src/edif/edif-nodes.adb.in')
-rw-r--r--src/edif/edif-nodes.adb.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/edif/edif-nodes.adb.in b/src/edif/edif-nodes.adb.in
index 222d42d6f..d34cb76da 100644
--- a/src/edif/edif-nodes.adb.in
+++ b/src/edif/edif-nodes.adb.in
@@ -134,10 +134,10 @@ package body Edif.Nodes is
function Int32_To_Node is new Ada.Unchecked_Conversion
(Source => Int32, Target => Node);
- function Bit2_Type_To_Direction_Type is new Ada.Unchecked_Conversion
- (Bit2_Type, Direction_Type);
- function Direction_Type_To_Bit2_Type is new Ada.Unchecked_Conversion
- (Direction_Type, Bit2_Type);
+ function Bit2_Type_To_Dir_Type is new Ada.Unchecked_Conversion
+ (Bit2_Type, Dir_Type);
+ function Dir_Type_To_Bit2_Type is new Ada.Unchecked_Conversion
+ (Dir_Type, Bit2_Type);
function Node_To_Location_Type (N : Node) return Location_Type is