summaryrefslogtreecommitdiffstats
path: root/gcc/ada/a-wtinio.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-wtinio.adb')
-rw-r--r--gcc/ada/a-wtinio.adb9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/a-wtinio.adb b/gcc/ada/a-wtinio.adb
index 78f4bb8f3bb..507145f98e7 100644
--- a/gcc/ada/a-wtinio.adb
+++ b/gcc/ada/a-wtinio.adb
@@ -36,11 +36,10 @@ with System.WCh_WtS; use System.WCh_WtS;
package body Ada.Wide_Text_IO.Integer_IO is
Need_LLI : constant Boolean := Num'Base'Size > Integer'Size;
- -- Throughout this generic body, we distinguish between the case
- -- where type Integer is acceptable, and where a Long_Long_Integer
- -- is needed. This constant Boolean is used to test for these cases
- -- and since it is a constant, only the code for the relevant case
- -- will be included in the instance.
+ -- Throughout this generic body, we distinguish between the case where type
+ -- Integer is acceptable, and where a Long_Long_Integer is needed. This
+ -- Boolean is used to test for these cases and since it is a constant, only
+ -- code for the relevant case will be included in the instance.
subtype TFT is Ada.Wide_Text_IO.File_Type;
-- File type required for calls to routines in Aux
OpenPOWER on IntegriCloud