summaryrefslogtreecommitdiff
path: root/gcc/ada/s-diinio.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-20 13:47:44 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-20 13:47:44 +0000
commit44705307fb48554c8f72c6ea330327954e182ebb (patch)
tree15af7387df12f47ba864c16fa622b467a31c568a /gcc/ada/s-diinio.adb
parent80b66c2f2abe21a99cfe8177e89bad893b0e09f8 (diff)
downloadgcc-44705307fb48554c8f72c6ea330327954e182ebb.tar.gz
2011-12-20 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, sem_ch5.adb, s-diinio.adb, s-diinio.ads, sem_dim.adb, sem_dim.ads, sem_res.adb, s-stposu.adb, s-stposu.ads, sem_ch4.adb, s-diflio.adb, s-diflio.ads, exp_disp.adb, s-llflex.ads: Minor reformatting. * aspects.ads: Dimension[_Aspects] are GNAT defined. 2011-12-20 Robert Dewar <dewar@adacore.com> * sem_ch13.adb (Analyze_Attribute_Definition_Clause): Check renaming case. 2011-12-20 Thomas Quinot <quinot@adacore.com> * sem_cat.adb, sem_ch10.adb (Analyze_With_Clause): For a WITH clause on a child unit that is an illegal instantiation, mark the WITH clause in error. (Install_Siblings, Validate_Categorization_Dependency): Guard against WITH clause marked as in error. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182534 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-diinio.adb')
-rw-r--r--gcc/ada/s-diinio.adb22
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/ada/s-diinio.adb b/gcc/ada/s-diinio.adb
index b530942aeb6..75f5768b710 100644
--- a/gcc/ada/s-diinio.adb
+++ b/gcc/ada/s-diinio.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2011, Free Software Foundation, Inc. --
+-- Copyright (C) 2011, Free Software Foundation, Inc. --
-- --
-- GNARL is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -38,10 +38,10 @@ package body System.Dim_Integer_IO is
---------
procedure Put
- (File : File_Type;
- Item : Num_Dim_Integer;
- Unit : String := "";
- Width : Field := Default_Width;
+ (File : File_Type;
+ Item : Num_Dim_Integer;
+ Unit : String := "";
+ Width : Field := Default_Width;
Base : Number_Base := Default_Base)
is
@@ -51,9 +51,9 @@ package body System.Dim_Integer_IO is
end Put;
procedure Put
- (Item : Num_Dim_Integer;
- Unit : String := "";
- Width : Field := Default_Width;
+ (Item : Num_Dim_Integer;
+ Unit : String := "";
+ Width : Field := Default_Width;
Base : Number_Base := Default_Base)
is
@@ -63,9 +63,9 @@ package body System.Dim_Integer_IO is
end Put;
procedure Put
- (To : out String;
- Item : Num_Dim_Integer;
- Unit : String := "";
+ (To : out String;
+ Item : Num_Dim_Integer;
+ Unit : String := "";
Base : Number_Base := Default_Base)
is