aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/par-util.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2009-05-06 12:53:27 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-05-06 14:53:27 +0200
commit483c78cb8e390ab868a6e489d932460942d8c4d9 (patch)
tree492cd082cc6e4f7b5a7e18b91c76fcbe7eacbd77 /gcc/ada/par-util.adb
parent4e7a4f6e8a2dd2e01783029b028dd935ca16b134 (diff)
downloadgcc-483c78cb8e390ab868a6e489d932460942d8c4d9.zip
gcc-483c78cb8e390ab868a6e489d932460942d8c4d9.tar.gz
gcc-483c78cb8e390ab868a6e489d932460942d8c4d9.tar.bz2
errout.adb: Minor reformatting
2009-05-06 Robert Dewar <dewar@adacore.com> * 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. From-SVN: r147173
Diffstat (limited to 'gcc/ada/par-util.adb')
-rw-r--r--gcc/ada/par-util.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/par-util.adb b/gcc/ada/par-util.adb
index 82ffdd0..3672ca8 100644
--- a/gcc/ada/par-util.adb
+++ b/gcc/ada/par-util.adb
@@ -163,7 +163,8 @@ package body Util is
if RM_Column_Check and then Token_Is_At_Start_Of_Line
and then Start_Column <= Scope.Table (Scope.Last).Ecol
then
- Error_Msg_BC ("(style) incorrect layout");
+ Error_Msg_BC -- CODEFIX
+ ("(style) incorrect layout");
end if;
end Check_Bad_Layout;