diff options
Diffstat (limited to 'gcc/ada/errout.adb')
-rw-r--r-- | gcc/ada/errout.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/errout.adb b/gcc/ada/errout.adb index 042488041b6..68d6409ed43 100644 --- a/gcc/ada/errout.adb +++ b/gcc/ada/errout.adb @@ -47,7 +47,7 @@ with Sinput; use Sinput; with Sinfo; use Sinfo; with Snames; use Snames; with Stand; use Stand; -with Style; +with Stylesw; use Stylesw; with Uname; use Uname; package body Errout is @@ -2138,7 +2138,7 @@ package body Errout is procedure Set_Msg_Insertion_Column is begin - if Style.RM_Column_Check then + if RM_Column_Check then Set_Msg_Str (" in column "); Set_Msg_Int (Int (Error_Msg_Col) + 1); end if; |