diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 11:28:49 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 11:28:49 +0200 |
commit | a3da92f99d722d52c0117015f26c5c8640b12511 (patch) | |
tree | 09bc3253f42f8ed9d1c3f87485fc82bf18de3c10 /gcc/ada/projects.texi | |
parent | 8f443da5c3dacb71de31559b3366b8c9d25781d1 (diff) | |
download | gcc-a3da92f99d722d52c0117015f26c5c8640b12511.zip gcc-a3da92f99d722d52c0117015f26c5c8640b12511.tar.gz gcc-a3da92f99d722d52c0117015f26c5c8640b12511.tar.bz2 |
[multiple changes]
2010-06-22 Arnaud Charlet <charlet@adacore.com>
* s-osinte-vxworks.ads: Fix casing.
* s-vxwext-kernel.ads, s-vxwext-rtp.ads: Complete previous
change: Interfaces.C does not provide a long_long type.
2010-06-22 Emmanuel Briot <briot@adacore.com>
* gnat_ugn.texi, projects.texi: Preprocess projects.texi for VMS and
native user's guide, since this document contains the two versions.
* gcc-interface/Make-lang.in: Update doc dependencies.
From-SVN: r161152
Diffstat (limited to 'gcc/ada/projects.texi')
-rw-r--r-- | gcc/ada/projects.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/projects.texi b/gcc/ada/projects.texi index 2624e75..3d11bf3 100644 --- a/gcc/ada/projects.texi +++ b/gcc/ada/projects.texi @@ -1077,7 +1077,7 @@ project files rather than packages. Each literal string after @code{with} is the path (absolute or relative) to a project file. The @code{.gpr} extension is optional, although we recommend adding it. If no extension is specified, -and no project file with the @file{^.gpr^.GPR} extension is found, then +and no project file with the @file{^.gpr^.GPR^} extension is found, then the file is searched for exactly as written in the @code{with} clause, that is with no extension. |