[Ada] Fix calls to Error_Msg_NE instead of Error_Msg_N
authorPiotr Trojanek <trojanek@adacore.com>
Wed, 23 Dec 2020 17:57:18 +0000 (18:57 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 3 May 2021 09:28:23 +0000 (05:28 -0400)
commit4d3106a137899f65f5a3df87cacc330ff79c3def
treea2f24da24ec31cb5f683849cf0ec8924220cccce
parent0bfa2f3cc26612e9b814184bda45a13d98634ea0
[Ada] Fix calls to Error_Msg_NE instead of Error_Msg_N

gcc/ada/

* freeze.adb (Freeze_Profile): Replace Error_Msg_NE with
Error_Msg_N; change to continuation message.
* sem_cat.adb, sem_ch10.adb, sem_ch12.adb, sem_ch5.adb: Replace
calls to Error_Msg_NE with calls to Error_Msg_N.
gcc/ada/freeze.adb
gcc/ada/sem_cat.adb
gcc/ada/sem_ch10.adb
gcc/ada/sem_ch12.adb
gcc/ada/sem_ch5.adb