From: Thomas Quinot Date: Wed, 6 Aug 2008 08:32:52 +0000 (+0200) Subject: sem.adb: Minor rewording (comment) X-Git-Tag: releases/gcc-4.4.0~3308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c5a12b418a7d8db0384c83dd1ac47adb80581c9;p=thirdparty%2Fgcc.git sem.adb: Minor rewording (comment) 2008-08-06 Thomas Quinot * sem.adb: Minor rewording (comment) From-SVN: r138774 --- diff --git a/gcc/ada/sem.adb b/gcc/ada/sem.adb index 6b93ab449f19..20ac16eb8add 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