diff options
Diffstat (limited to 'gcc/ada/sem_ch3.adb')
-rw-r--r-- | gcc/ada/sem_ch3.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index 2f5bb02..79a0828 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -3036,7 +3036,7 @@ package body Sem_Ch3 is if Is_In_ALFA (T) and then not Aliased_Present (N) then Set_Is_In_ALFA (Id); else - Mark_Non_ALFA_Subprogram_Body; + Mark_Non_ALFA_Subprogram; end if; -- These checks should be performed before the initialization expression |