!editorial comment 116 !topic Requeue_Entry_Name description !reference ASIS 95-18.33 !from Gary Barnes 98-10-14 The two sentences describing this interface are incorrect. The parameter and the appropriate kinds are correct but the text is wrong. A requeue statement (LRM 9.5.4(2)) look like this, requeue [with abort]; This interface should be described as, Returns the name of the entry requeued by the statement. The name follows the reserved word "requeue". Original text was: function Requeue_Entry_Name (Statement : in Asis.Statement) return Asis.Name; ------------------------------------------------------------------------------ -- Statement - Specifies the requeue statement to query -- -- Returns the entry name following the reserved word "accept". The name of -- an entry family takes the form of An_Indexed_Component. -- -- Appropriate Statement_Kinds: -- A_Requeue_Statement -- A_Requeue_Statement_With_Abort -- -- Returns Element_Kinds: -- An_Expression !resolution Accept.