summaryrefslogtreecommitdiff
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.ads5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/s-exnint.ads b/gcc/ada/s-exnint.ads
index d601b86d537..d35547b7bb5 100644
--- a/gcc/ada/s-exnint.ads
+++ b/gcc/ada/s-exnint.ads
@@ -36,9 +36,6 @@
package System.Exn_Int is
pragma Pure (Exn_Int);
- function Exn_Integer
- (Left : Integer;
- Right : Natural)
- return Integer;
+ function Exn_Integer (Left : Integer; Right : Natural) return Integer;
end System.Exn_Int;