diff options
| author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-06 08:32:52 +0000 |
|---|---|---|
| committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-06 08:32:52 +0000 |
| commit | babc1edf43a7fb89bc8da3264c090cb2b36f1022 (patch) | |
| tree | ec70754761eaf074081053a7c8022d32cb76b819 | |
| parent | 9ac70dd7d8f049626135eb215a273dc1ba9a4f3d (diff) | |
| download | ppe42-gcc-babc1edf43a7fb89bc8da3264c090cb2b36f1022.tar.gz ppe42-gcc-babc1edf43a7fb89bc8da3264c090cb2b36f1022.zip | |
2008-08-06 Thomas Quinot <quinot@adacore.com>
* sem.adb: Minor rewording (comment)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138774 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 6b93ab449f1..20ac16eb8ad 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 |

