diff options
Diffstat (limited to 'gcc/ada/sem_ch8.adb')
-rw-r--r-- | gcc/ada/sem_ch8.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch8.adb b/gcc/ada/sem_ch8.adb index c34b073..fa70844 100644 --- a/gcc/ada/sem_ch8.adb +++ b/gcc/ada/sem_ch8.adb @@ -6757,8 +6757,7 @@ package body Sem_Ch8 is Full_Vis := True; elsif Is_Package_Or_Generic_Package (S) - and then (In_Private_Part (S) - or else In_Package_Body (S)) + and then (In_Private_Part (S) or else In_Package_Body (S)) then Full_Vis := True; |