summaryrefslogtreecommitdiff
path: root/gcc/ada/a-ngelfu.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-ngelfu.ads')
-rw-r--r--gcc/ada/a-ngelfu.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-ngelfu.ads b/gcc/ada/a-ngelfu.ads
index 520b61549e3..c115411ca89 100644
--- a/gcc/ada/a-ngelfu.ads
+++ b/gcc/ada/a-ngelfu.ads
@@ -17,7 +17,7 @@ generic
type Float_Type is digits <>;
package Ada.Numerics.Generic_Elementary_Functions is
-pragma Pure (Generic_Elementary_Functions);
+ pragma Pure;
function Sqrt (X : Float_Type'Base) return Float_Type'Base;
function Log (X : Float_Type'Base) return Float_Type'Base;