diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-02 09:04:38 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-02 09:04:38 +0000 |
commit | bb23e037c6b5308f05ec13dfdf9159d052ff3be8 (patch) | |
tree | 3aa53a7a77238388dbc916900f15d64f8e1a699a /gcc/ada/projects.texi | |
parent | 2cbb24f43e0e0a22ef4c598b8b20f7362541ca19 (diff) | |
download | gcc-bb23e037c6b5308f05ec13dfdf9159d052ff3be8.tar.gz |
2011-09-02 Pascal Obry <obry@adacore.com>
* prj.adb: Minor code refactoring. Move check for null project in
Project_Changed.
* projects.texi: Fix minor typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178444 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/projects.texi')
-rw-r--r-- | gcc/ada/projects.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/projects.texi b/gcc/ada/projects.texi index 6f87ba5a011..ff0fac7df15 100644 --- a/gcc/ada/projects.texi +++ b/gcc/ada/projects.texi @@ -2307,7 +2307,7 @@ attributes and packages are forbidden in an aggregate project. Here is the @itemize @bullet @item Languages -@item Source_files, Source_List_File and other attributes dealing with +@item Source_Files, Source_List_File and other attributes dealing with list of sources. @item Source_Dirs, Exec_Dir and Object_Dir @item Library_Dir, Library_Name and other library-related attributes @@ -2317,7 +2317,7 @@ attributes and packages are forbidden in an aggregate project. Here is the @item Inherit_Source_Path @item Excluded_Source_Dirs @item Locally_Removed_Files -@item Excluded_Source_Fies +@item Excluded_Source_Files @item Excluded_Source_List_File @item Interfaces @end itemize |