aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/osint.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2016-04-19 14:59:27 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2016-04-19 14:59:27 +0200
commit16e764a7f44bbc29254f041fe0f3064cce65b994 (patch)
treea83fb2e298eb4d43738609e6f7a59356edfce6ec /gcc/ada/osint.adb
parent4754d4e86afb974d0316a2b2793029f4407d762f (diff)
downloadgcc-16e764a7f44bbc29254f041fe0f3064cce65b994.zip
gcc-16e764a7f44bbc29254f041fe0f3064cce65b994.tar.gz
gcc-16e764a7f44bbc29254f041fe0f3064cce65b994.tar.bz2
[multiple changes]
2016-04-19 Ed Schonberg <schonberg@adacore.com> * sem_attr.adb (Resolve_Attribute, case 'Access): Freeze overloadable entity if originally overloaded. 2016-04-19 Arnaud Charlet <charlet@adacore.com> * exp_aggr.adb, exp_ch3.adb, exp_ch7.adb, exp_ch9.adb, exp_code.adb, exp_fixd.adb, namet.adb, osint.adb, osint.ads, par-ch2.adb, sem_ch10.adb, sem_ch12.adb, sem_disp.adb, sem_elab.adb, sem_elim.adb sem_util.adb, styleg.adb, styleg.ads, stylesw.ads: Minor code clean up. From-SVN: r235194
Diffstat (limited to 'gcc/ada/osint.adb')
-rw-r--r--gcc/ada/osint.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/osint.adb b/gcc/ada/osint.adb
index dbb438c..7567d17 100644
--- a/gcc/ada/osint.adb
+++ b/gcc/ada/osint.adb
@@ -157,7 +157,7 @@ package body Osint is
EOL : constant Character := ASCII.LF;
-- End of line character
- Number_File_Names : Int := 0;
+ Number_File_Names : Nat := 0;
-- Number of file names found on command line and placed in File_Names
Look_In_Primary_Directory_For_Current_Main : Boolean := False;
@@ -2094,7 +2094,7 @@ package body Osint is
-- Number_Of_Files --
---------------------
- function Number_Of_Files return Int is
+ function Number_Of_Files return Nat is
begin
return Number_File_Names;
end Number_Of_Files;