aboutsummaryrefslogtreecommitdiffstats
path: root/sem_expr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sem_expr.adb')
-rw-r--r--sem_expr.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_expr.adb b/sem_expr.adb
index ca862b063..ad1138a42 100644
--- a/sem_expr.adb
+++ b/sem_expr.adb
@@ -17,7 +17,7 @@
-- 02111-1307, USA.
with Std_Package; use Std_Package;
with Errorout; use Errorout;
-with Flags;
+with Flags; use Flags;
with Sem_Scopes; use Sem_Scopes;
with Sem_Names; use Sem_Names;
with Sem;