OSDN Git Service

2004-10-04 Thomas Quinot <quinot@act-europe.fr>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Oct 2004 14:50:35 +0000 (14:50 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Oct 2004 14:50:35 +0000 (14:50 +0000)
* usage.adb: Change "pragma inline" to "pragma Inline" in information
and error messages

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88487 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/usage.adb

index 48ffeb9..d54f9d1 100644 (file)
@@ -1,5 +1,10 @@
 2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
 
+       * usage.adb: Change "pragma inline" to "pragma Inline" in information
+       and error messages
+
+2004-10-04  Thomas Quinot  <quinot@act-europe.fr>
+
        * exp_dist.adb: Split declaration of asynchronous flag out of
        Add_RACW_Read_Attribute.
        Minor reformatting for better alignment with PolyORB version.
index deda649..3e5d0b8 100644 (file)
@@ -375,8 +375,8 @@ begin
    Write_Line ("        n*   normal warning mode (cancels -gnatws/-gnatwe)");
    Write_Line ("        o*   turn on warnings for address clause overlay");
    Write_Line ("        O    turn off warnings for address clause overlay");
-   Write_Line ("        p    turn on warnings for ineffective pragma inline");
-   Write_Line ("        P*   turn off warnings for ineffective pragma inline");
+   Write_Line ("        p    turn on warnings for ineffective pragma Inline");
+   Write_Line ("        P*   turn off warnings for ineffective pragma Inline");
    Write_Line ("        r    turn on warnings for redundant construct");
    Write_Line ("        R*   turn off warnings for redundant construct");
    Write_Line ("        s    suppress all warnings");