]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ada/libgnat/a-nbnbin.ads
[Ada] Add detection of uninitialized big reals
[thirdparty/gcc.git] / gcc / ada / libgnat / a-nbnbin.ads
index a54b09f6ab90010c62adfd3eb7db9fe6aa74437a..4c1a22c2e4dfb6519d674f473fb63a70446d7a86 100644 (file)
@@ -13,9 +13,9 @@
 --                                                                          --
 ------------------------------------------------------------------------------
 
-with Ada.Finalization;
 with Ada.Streams;
 
+private with Ada.Finalization;
 private with System;
 
 --  Note that some Ada 2020 aspects are commented out since they are not
@@ -89,7 +89,7 @@ is
 
    end Unsigned_Conversions;
 
-   function To_String (Arg : Big_Integer;
+   function To_String (Arg   : Big_Integer;
                        Width : Field := 0;
                        Base  : Number_Base := 10) return String
      with Post => To_String'Result'First = 1;