aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sinput-p.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-09-01 13:06:39 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-09-01 13:06:39 +0200
commitdbe36d674a7e0916981fbb8728d4c31d26e84462 (patch)
tree98b929665df3df7318cc6c5fd428f4415c125e73 /gcc/ada/sinput-p.adb
parentf503788621ee1fadc3bcd506f8939b3cd82d6876 (diff)
downloadgcc-dbe36d674a7e0916981fbb8728d4c31d26e84462.zip
gcc-dbe36d674a7e0916981fbb8728d4c31d26e84462.tar.gz
gcc-dbe36d674a7e0916981fbb8728d4c31d26e84462.tar.bz2
[multiple changes]
2011-09-01 Pascal Obry <obry@adacore.com> * prj-proc.adb, prj.ads, sinput-p.adb: Minor reformatting. 2011-09-01 Ed Schonberg <schonberg@adacore.com> * sem_ch6.adb (Analyze_Subprogram_Body_Helper): Generate references to the formals of a subprogram stub that acts as a spec. 2011-09-01 Ed Schonberg <schonberg@adacore.com> * exp_ch6.adb (Expand_Inlined_Call): If an actual is a by_reference type, declare a renaming for it, not an object declaration. From-SVN: r178407
Diffstat (limited to 'gcc/ada/sinput-p.adb')
-rw-r--r--gcc/ada/sinput-p.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sinput-p.adb b/gcc/ada/sinput-p.adb
index cd513d0..156f036 100644
--- a/gcc/ada/sinput-p.adb
+++ b/gcc/ada/sinput-p.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2011, Free Software Foundation, Inc. --
-- --
-- GNAT 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- --
@@ -97,7 +97,7 @@ package body Sinput.P is
-----------------------
function Load_Project_File (Path : String) return Source_File_Index is
- X : Source_File_Index;
+ X : Source_File_Index;
begin
X := Sinput.C.Load_File (Path);