From 6fd459bb945fe50ec9c3d2ffc6a94243b5d062b5 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Mon, 4 Oct 2004 16:50:35 +0200 Subject: usage.adb: Change "pragma inline" to "pragma Inline" in information and error messages 2004-10-04 Thomas Quinot * usage.adb: Change "pragma inline" to "pragma Inline" in information and error messages From-SVN: r88487 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/usage.adb | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') 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 + * usage.adb: Change "pragma inline" to "pragma Inline" in information + and error messages + +2004-10-04 Thomas Quinot + * 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"); -- cgit v1.1