diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-14 13:51:45 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-14 13:51:45 +0000 |
commit | b429233f50ae2d6790d4058950df913ed577d68b (patch) | |
tree | 1e0f6f1b4814386ec9abd973594d83471f7f95f3 /gcc/ada/errout.ads | |
parent | febc4e2e5a10d689fc81f7a18450a11cb550c48c (diff) | |
download | gcc-b429233f50ae2d6790d4058950df913ed577d68b.tar.gz |
2013-10-14 Robert Dewar <dewar@adacore.com>
* sem_res.adb: Minor fix to error message text.
* errout.ads, erroutc.ads: Minor reformatting.
* s-ststop.ads, s-stratt.ads: Clean up documentation of block IO
mode for streams.
* s-stratt-xdr.adb: Minor comment update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203559 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/errout.ads')
-rw-r--r-- | gcc/ada/errout.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads index 0973b6801cc..e268d1f58d7 100644 --- a/gcc/ada/errout.ads +++ b/gcc/ada/errout.ads @@ -313,6 +313,8 @@ package Errout is -- taken as an Ada reserved word, and are converted to the default -- case for reserved words (see Scans package spec). Surrounding -- quotes are added unless manual quotation mode is currently set. + -- RM and SPARK are special exceptions, they are never treated as + -- keywords, and just appear verbatim, with no surrounding quotes. -- Insertion character ` (Backquote: set manual quotation mode) -- The backquote character always appears in pairs. Each backquote of |