summaryrefslogtreecommitdiff
path: root/gcc/ada/a-ncelfu.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-ncelfu.ads')
-rw-r--r--gcc/ada/a-ncelfu.ads4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/a-ncelfu.ads b/gcc/ada/a-ncelfu.ads
index 089ee09a66d..f45e84a72f1 100644
--- a/gcc/ada/a-ncelfu.ads
+++ b/gcc/ada/a-ncelfu.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- $Revision: 1.3 $ --
+-- $Revision$
-- --
-- This specification is adapted from the Ada Reference Manual for use with --
-- GNAT. In accordance with the copyright of that document, you can freely --
@@ -21,3 +21,5 @@ with Ada.Numerics.Generic_Complex_Elementary_Functions;
package Ada.Numerics.Complex_Elementary_Functions is
new Ada.Numerics.Generic_Complex_Elementary_Functions
(Ada.Numerics.Complex_Types);
+
+pragma Pure (Ada.Numerics.Complex_Elementary_Functions);