diff options
author | Thomas Quinot <quinot@act-europe.fr> | 2004-10-04 16:50:35 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2004-10-04 16:50:35 +0200 |
commit | 6fd459bb945fe50ec9c3d2ffc6a94243b5d062b5 (patch) | |
tree | da7c990a38edfb515144f7f7ca799c5c9f9cc703 /gcc/ada | |
parent | 5885facb34b9ff108395caff9ce19584a6d93826 (diff) | |
download | gcc-6fd459bb945fe50ec9c3d2ffc6a94243b5d062b5.zip gcc-6fd459bb945fe50ec9c3d2ffc6a94243b5d062b5.tar.gz gcc-6fd459bb945fe50ec9c3d2ffc6a94243b5d062b5.tar.bz2 |
usage.adb: Change "pragma inline" to "pragma Inline" in information and error messages
2004-10-04 Thomas Quinot <quinot@act-europe.fr>
* usage.adb: Change "pragma inline" to "pragma Inline" in information
and error messages
From-SVN: r88487
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/usage.adb | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 48ffeb9..d54f9d1 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -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. diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb index deda649..3e5d0b8 100644 --- a/gcc/ada/usage.adb +++ b/gcc/ada/usage.adb @@ -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"); |