summaryrefslogtreecommitdiffstats
path: root/gcc/ada/osint.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-25 15:02:01 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-25 15:02:01 +0000
commit8d2e29ed34fe8f6178750fac64c4d547cfb86b8c (patch)
treeb93ba0ae89df95c49efac340d1747fd633893b68 /gcc/ada/osint.ads
parent8f50bc39f3513ddd4fcf165bf1c01c6b5d06dc57 (diff)
downloadppe42-gcc-8d2e29ed34fe8f6178750fac64c4d547cfb86b8c.tar.gz
ppe42-gcc-8d2e29ed34fe8f6178750fac64c4d547cfb86b8c.zip
2014-02-25 Robert Dewar <dewar@adacore.com>
* sinfo.ads: Minor reformatting. 2014-02-25 Tristan Gingold <gingold@adacore.com> * s-expllu.ads, s-expuns.ads, s-expmod.ads: Minor comment fix. 2014-02-25 Pascal Obry <obry@adacore.com> * sinput-l.adb, osint.adb, osint.ads: Add Prep_Suffix to factorize code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208132 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/osint.ads')
-rw-r--r--gcc/ada/osint.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/osint.ads b/gcc/ada/osint.ads
index f18a5ea97cc..e1c04c18467 100644
--- a/gcc/ada/osint.ads
+++ b/gcc/ada/osint.ads
@@ -677,7 +677,10 @@ package Osint is
ALI_Default_Suffix : constant String_Ptr := new String'("ali");
ALI_Suffix : String_Ptr := ALI_Default_Suffix;
- -- The suffixes used for the library files (also known as ALI files)
+ -- The suffixes used for the ALI files
+
+ function Prep_Suffix return String;
+ -- The suffix used for pre-processed files
private
OpenPOWER on IntegriCloud