summaryrefslogtreecommitdiff
path: root/gcc/ada/sfn_scan.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sfn_scan.adb')
-rw-r--r--gcc/ada/sfn_scan.adb9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/sfn_scan.adb b/gcc/ada/sfn_scan.adb
index 268a498eb1e..f4ba25075ae 100644
--- a/gcc/ada/sfn_scan.adb
+++ b/gcc/ada/sfn_scan.adb
@@ -37,11 +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 used in DOS and other systems derived
- -- from DOS (OS/2, NT etc.) 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 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;