aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2008-08-20 14:32:51 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-20 14:32:51 +0200
commitbc51c14271c19dda74971ad6769c46787baa9dd1 (patch)
tree37c1e8ae9b055ed16cadfa5896b7498aceee39d3 /gcc
parent6e7f835f5a53c15286043b75ae45a8e423ea00c1 (diff)
downloadgcc-bc51c14271c19dda74971ad6769c46787baa9dd1.zip
gcc-bc51c14271c19dda74971ad6769c46787baa9dd1.tar.gz
gcc-bc51c14271c19dda74971ad6769c46787baa9dd1.tar.bz2
tbuild.ads: Clarify documentation of Make_Implicit_Exception_Handler
2008-08-20 Robert Dewar <dewar@adacore.com> * tbuild.ads: Clarify documentation of Make_Implicit_Exception_Handler From-SVN: r139278
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/tbuild.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/tbuild.ads b/gcc/ada/tbuild.ads
index ae1ba44..7652a3f 100644
--- a/gcc/ada/tbuild.ads
+++ b/gcc/ada/tbuild.ads
@@ -82,8 +82,9 @@ package Tbuild is
pragma Inline (Make_Implicit_Exception_Handler);
-- This is just like Make_Exception_Handler, except that it also sets the
-- Local_Raise_Statements field to No_Elist, ensuring that it is properly
- -- initialized. This should always be used when creating exception handlers
- -- as part of the expansion.
+ -- initialized. This should always be used when creating implicit exception
+ -- handlers during expansion (i.e. handlers that do not correspond to user
+ -- source program exception handlers).
function Make_Implicit_If_Statement
(Node : Node_Id;