aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch12.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_ch12.adb')
-rw-r--r--gcc/ada/exp_ch12.adb22
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/ada/exp_ch12.adb b/gcc/ada/exp_ch12.adb
index ce52b64..3a73a8e 100644
--- a/gcc/ada/exp_ch12.adb
+++ b/gcc/ada/exp_ch12.adb
@@ -23,18 +23,18 @@
-- --
------------------------------------------------------------------------------
-with Atree; use Atree;
-with Checks; use Checks;
-with Einfo; use Einfo;
+with Atree; use Atree;
+with Checks; use Checks;
+with Einfo; use Einfo;
with Einfo.Entities; use Einfo.Entities;
-with Exp_Util; use Exp_Util;
-with Nmake; use Nmake;
-with Sinfo; use Sinfo;
-with Sinfo.Nodes; use Sinfo.Nodes;
-with Sinfo.Utils; use Sinfo.Utils;
-with Snames; use Snames;
-with Stand; use Stand;
-with Tbuild; use Tbuild;
+with Exp_Util; use Exp_Util;
+with Nmake; use Nmake;
+with Sinfo; use Sinfo;
+with Sinfo.Nodes; use Sinfo.Nodes;
+with Sinfo.Utils; use Sinfo.Utils;
+with Snames; use Snames;
+with Stand; use Stand;
+with Tbuild; use Tbuild;
package body Exp_Ch12 is