diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-22 17:04:37 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-22 17:04:37 +0000 |
commit | 35fc0bf99d35fde104eca97db8669ce09fb9cf76 (patch) | |
tree | ed4237b522227ac31434b5c88a3e0024c5cb738c /gcc/ada/sfn_scan.adb | |
parent | 3059277845c21c1a6e04f960a0c2c1c9ffe11ffa (diff) | |
download | gcc-35fc0bf99d35fde104eca97db8669ce09fb9cf76.tar.gz |
2010-06-22 Robert Dewar <dewar@adacore.com>
* cstand.adb: Complete previous change.
* g-dirope.ads: Add comment.
* s-stchop.adb, sfn_scan.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161206 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sfn_scan.adb')
-rw-r--r-- | gcc/ada/sfn_scan.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/sfn_scan.adb b/gcc/ada/sfn_scan.adb index f4ba25075ae..1d24ca227f3 100644 --- a/gcc/ada/sfn_scan.adb +++ b/gcc/ada/sfn_scan.adb @@ -37,10 +37,10 @@ package body SFN_Scan is -- Allow easy access to control character definitions EOF : constant Character := ASCII.SUB; - -- The character SUB (16#1A#) is DOS-derived systems, such as Windows - -- to signal the end of a text file. If this character appears as the - -- last character of a file scanned by a call to Scan_SFN_Pragmas, - -- then it is ignored, otherwise it is treated as an illegal character. + -- The character SUB (16#1A#) is used in DOS-derived systems, such as + -- Windows to signal the end of a text file. If this character appears as + -- the last character of a file scanned by a call to Scan_SFN_Pragmas, then + -- it is ignored, otherwise it is treated as an illegal character. type String_Ptr is access String; |