diff options
author | Thomas Quinot <quinot@adacore.com> | 2008-08-06 10:32:52 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-06 10:32:52 +0200 |
commit | 1c5a12b418a7d8db0384c83dd1ac47adb80581c9 (patch) | |
tree | ec70754761eaf074081053a7c8022d32cb76b819 /gcc | |
parent | d4429d51ba5f1bae589a77993505c4a6aebcd00d (diff) | |
download | gcc-1c5a12b418a7d8db0384c83dd1ac47adb80581c9.zip gcc-1c5a12b418a7d8db0384c83dd1ac47adb80581c9.tar.gz gcc-1c5a12b418a7d8db0384c83dd1ac47adb80581c9.tar.bz2 |
sem.adb: Minor rewording (comment)
2008-08-06 Thomas Quinot <quinot@adacore.com>
* sem.adb: Minor rewording (comment)
From-SVN: r138774
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sem.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem.adb b/gcc/ada/sem.adb index 6b93ab4..20ac16e 100644 --- a/gcc/ada/sem.adb +++ b/gcc/ada/sem.adb @@ -1341,7 +1341,7 @@ package body Sem is -- Compile predefined units with GNAT_Mode set to True, to properly -- process the categorization stuff. However, do not set set GNAT_Mode -- to True for the renamings units (Text_IO, IO_Exceptions, Direct_IO, - -- Sequential_IO) as this would prevent pragma System_Extend to be + -- Sequential_IO) as this would prevent pragma Extend_System from being -- taken into account, for example when Text_IO is renaming DEC.Text_IO. -- Cleaner might be to do the kludge at the point of excluding the |