diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-05 13:48:46 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-05 13:48:46 +0000 |
commit | bc953d0b07837ffb4ca742bcb7ff9966ac8d6554 (patch) | |
tree | 40e3baa427d137f4060155dfde148ba8cc87d31b /gcc/ada/env.c | |
parent | ca05a755d5972c8811576aa58b9a1d2c69c3c77b (diff) | |
download | gcc-bc953d0b07837ffb4ca742bcb7ff9966ac8d6554.tar.gz |
2011-08-05 Emmanuel Briot <briot@adacore.com>
* projects.texi: Added reference to the Makefile package.
2011-08-05 Thomas Quinot <quinot@adacore.com>
* exp_ch7.adb: Minor comment rewording.
2011-08-05 Ed Falis <falis@adacore.com>
* env.c: Fix comment.
2011-08-05 Hristian Kirtchev <kirtchev@adacore.com>
* sem_elab.adb (Is_Finalization_Procedure): Reimplemented to avoid
character comparison and rely on concrete entities instead.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177435 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/env.c')
-rw-r--r-- | gcc/ada/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/env.c b/gcc/ada/env.c index 9d7301f1828..1719684034a 100644 --- a/gcc/ada/env.c +++ b/gcc/ada/env.c @@ -63,7 +63,7 @@ extern "C" { #elif defined (VTHREADS) /* VTHREADS mode applies to both VxWorks 653 and VxWorks MILS. The inclusion of vThreadsData.h is necessary to workaround a bug with - envLib.h on VxWorks MILS. */ + envLib.h on VxWorks MILS and VxWorks 653. */ #include <vThreadsData.h> #include <envLib.h> #else |