summaryrefslogtreecommitdiff
path: root/gcc/ada/g-moreex.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-moreex.ads')
-rw-r--r--gcc/ada/g-moreex.ads9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/g-moreex.ads b/gcc/ada/g-moreex.ads
index 21983ea1dc0..21f83c34bb4 100644
--- a/gcc/ada/g-moreex.ads
+++ b/gcc/ada/g-moreex.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2000 Ada Core Technologies, Inc. --
+-- Copyright (C) 2000-2005, AdaCore --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -45,9 +45,9 @@ package GNAT.Most_Recent_Exception is
function Occurrence
return Ada.Exceptions.Exception_Occurrence;
- -- Returns the Exception_Occurrence for the most recently raised
- -- exception in the current task. If no exception has been raised
- -- in the current task prior to the call, returns Null_Occurrence.
+ -- Returns the Exception_Occurrence for the most recently raised exception
+ -- in the current task. If no exception has been raised in the current task
+ -- prior to the call, returns Null_Occurrence.
function Occurrence_Access
return Ada.Exceptions.Exception_Occurrence_Access;
@@ -73,5 +73,4 @@ package GNAT.Most_Recent_Exception is
-- -- not about the Constraint_Error exception being handled
-- -- by the current handler code.
-
end GNAT.Most_Recent_Exception;