aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-exnint.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-exnint.adb')
-rw-r--r--gcc/ada/s-exnint.adb6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/ada/s-exnint.adb b/gcc/ada/s-exnint.adb
index 432922147af..10b51d877d9 100644
--- a/gcc/ada/s-exnint.adb
+++ b/gcc/ada/s-exnint.adb
@@ -37,11 +37,7 @@ package body System.Exn_Int is
-- Exn_Integer --
-----------------
- function Exn_Integer
- (Left : Integer;
- Right : Natural)
- return Integer
- is
+ function Exn_Integer (Left : Integer; Right : Natural) return Integer is
pragma Suppress (Division_Check);
pragma Suppress (Overflow_Check);