]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tbuild.ads: Clarify documentation of Make_Implicit_Exception_Handler
authorRobert Dewar <dewar@adacore.com>
Wed, 20 Aug 2008 12:32:51 +0000 (14:32 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 20 Aug 2008 12:32:51 +0000 (14:32 +0200)
2008-08-20  Robert Dewar  <dewar@adacore.com>

* tbuild.ads: Clarify documentation of Make_Implicit_Exception_Handler

From-SVN: r139278

gcc/ada/tbuild.ads

index ae1ba441b215cfee6c7a675795abae22767f452d..7652a3f846535af4aa92175643ff241dc22539b4 100644 (file)
@@ -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;