aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-exnint.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-exnint.ads')
-rw-r--r--gcc/ada/s-exnint.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-exnint.ads b/gcc/ada/s-exnint.ads
index 4f0c47d..4e25f65 100644
--- a/gcc/ada/s-exnint.ads
+++ b/gcc/ada/s-exnint.ads
@@ -34,7 +34,7 @@
-- Integer exponentiation (checks off)
package System.Exn_Int is
-pragma Pure (Exn_Int);
+ pragma Pure;
function Exn_Integer (Left : Integer; Right : Natural) return Integer;