aboutsummaryrefslogtreecommitdiffstats
path: root/src/edif/edif-nodes.adb.in
diff options
context:
space:
mode:
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