diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-14 12:46:56 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-14 12:46:56 +0000 |
commit | d5801ad32764196df3618f1f57bd72e5ee9d8a0c (patch) | |
tree | 4ff6cbab8713c7b9893c800893dc57cb255b68fc /gcc/ada/raise.h | |
parent | 0807df0c10f79b6431082ce4e36a607260489e8b (diff) | |
download | gcc-d5801ad32764196df3618f1f57bd72e5ee9d8a0c.tar.gz |
2010-06-14 Pascal Obry <obry@adacore.com>
* s-finimp.adb: Fix typo.
* raise.h: Remove duplicate blank line.
2010-06-14 Vincent Celier <celier@adacore.com>
* prj-nmsc.adb (Add_Sources): Always set the object file and the
switches file names, as the configuration of the language may change
in an extending project.
(Process_Naming_Scheme): For sources of projects that are extended, set
the configuration of the language from the highest extending project
where the language is declared.
2010-06-14 Gary Dismukes <dismukes@adacore.com>
* sem_res.adb (Resolve_Call): For infinite recursion check, test
whether the called subprogram is inherited from a containing subprogram.
(Same_Or_Aliased_Subprograms): New function
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160733 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/raise.h')
-rw-r--r-- | gcc/ada/raise.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/raise.h b/gcc/ada/raise.h index b0de4912f30..1321518ee7b 100644 --- a/gcc/ada/raise.h +++ b/gcc/ada/raise.h @@ -29,7 +29,6 @@ * * ****************************************************************************/ - /* C counterparts of what System.Standard_Library defines. */ typedef unsigned Exception_Code; |