From 3ba6a78b08fd9584e78444dafd32d5808419292a Mon Sep 17 00:00:00 2001 From: charlet Date: Wed, 6 May 2009 12:53:27 +0000 Subject: 2009-05-06 Robert Dewar * errout.adb: Minor reformatting * scng.adb, sem_prag.adb, par-ch4.adb, sem_res.adb, par-ch6.adb, sem_ch6.adb, par-prag.adb, sem_ch8.adb, sem_warn.adb, par-util.adb, styleg.adb: Add stylized comments to error messages that are included in the codefix circuitry of IDE's such as GPS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147173 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/errout.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/ada/errout.adb') diff --git a/gcc/ada/errout.adb b/gcc/ada/errout.adb index 76d465a05f3..c762be166fc 100644 --- a/gcc/ada/errout.adb +++ b/gcc/ada/errout.adb @@ -53,9 +53,9 @@ with Uname; use Uname; package body Errout is Errors_Must_Be_Ignored : Boolean := False; - -- Set to True by procedure Set_Ignore_Errors (True), when calls to - -- error message procedures should be ignored (when parsing irrelevant - -- text in sources being preprocessed). + -- Set to True by procedure Set_Ignore_Errors (True), when calls to error + -- message procedures should be ignored (when parsing irrelevant text in + -- sources being preprocessed). Finalize_Called : Boolean := False; -- Set True if the Finalize routine has been called -- cgit v1.2.1