diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-08-06 09:46:43 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-08-06 09:46:43 +0200 |
commit | a01da44af3b5bfe3426833961c2126448b576cb1 (patch) | |
tree | 718f032d7df6f0b9a84d3243e62d37bc44be0e1d /gcc/ada/s-oscons-tmplt.c | |
parent | 1bd84c71bca4d284e257f97b4a93c7af1907376e (diff) | |
download | gcc-a01da44af3b5bfe3426833961c2126448b576cb1.zip gcc-a01da44af3b5bfe3426833961c2126448b576cb1.tar.gz gcc-a01da44af3b5bfe3426833961c2126448b576cb1.tar.bz2 |
[multiple changes]
2012-08-06 Robert Dewar <dewar@adacore.com>
* s-oscons-tmplt.c, sem_ch9.adb, osint.adb: Minor reformatting.
2012-08-06 Hristian Kirtchev <kirtchev@adacore.com>
* sem_ch5.adb (Analyze_Loop_Parameter_Specification): Remove obsolete
Alfa-specific guard. The code is a leftover from an early
implementation of iterators which is no longer in use.
2012-08-06 Vincent Celier <celier@adacore.com>
* par-ch13.adb (Get_Aspect_Specifications): Do not consider
No_Aspect when checking for a mispelled aspect.
From-SVN: r190158
Diffstat (limited to 'gcc/ada/s-oscons-tmplt.c')
-rw-r--r-- | gcc/ada/s-oscons-tmplt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-oscons-tmplt.c b/gcc/ada/s-oscons-tmplt.c index dbfab4e..8583784 100644 --- a/gcc/ada/s-oscons-tmplt.c +++ b/gcc/ada/s-oscons-tmplt.c @@ -267,7 +267,7 @@ C("Target_OS", OS_Type, TARGET_OS, "") /* pragma Warnings (Off, Target_OS); -- Suppress warnings on Target_OS since it is in general tested for - -- equality with a constant valueto implement conditional compilation, + -- equality with a constant value to implement conditional compilation, -- which normally generates a constant condition warning. */ |