Commit b572daf1 by Bob Duff Committed by Arnaud Charlet

exp_ch6.ads: Remove pragma Precondition, since it breaks some builds.

2008-08-22  Bob Duff  <duff@adacore.com>

	* exp_ch6.ads: Remove pragma Precondition, since it breaks some builds.

From-SVN: r139458
parent c56094bd
......@@ -162,7 +162,7 @@ package Exp_Ch6 is
-- node applied to such a function call.
function Needs_BIP_Final_List (E : Entity_Id) return Boolean;
pragma Precondition (Is_Build_In_Place_Function (E));
-- ???pragma Precondition (Is_Build_In_Place_Function (E));
-- Ada 2005 (AI-318-02): Returns True if the function needs the
-- BIP_Final_List implicit parameter.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment