diff options
author | Yannick Moy <moy@adacore.com> | 2015-10-20 12:42:53 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-20 14:42:53 +0200 |
commit | 704228bdcc8e23d3ffd65748acbb6ee9ecba0083 (patch) | |
tree | 735688539c34748ea9b7b595752d4f0a5f93705c /gcc/ada/fmap.adb | |
parent | c83075965b324e46b3225cac95391aaaa9fe1805 (diff) | |
download | gcc-704228bdcc8e23d3ffd65748acbb6ee9ecba0083.zip gcc-704228bdcc8e23d3ffd65748acbb6ee9ecba0083.tar.gz gcc-704228bdcc8e23d3ffd65748acbb6ee9ecba0083.tar.bz2 |
fmap.adb, [...]: Fix coding style for marking start of processing of subprograms.
2015-10-20 Yannick Moy <moy@adacore.com>
* fmap.adb, a-cihama.adb, sem_ch5.adb, make.adb, inline.adb,
a-cfhase.adb, scng.adb, sem_ch12.adb, freeze.adb, tempdir.adb,
sem_util.adb, sem_res.adb, s-regexp.adb, a-clrefi.adb: Fix coding
style for marking start of processing of subprograms.
2015-10-20 Yannick Moy <moy@adacore.com>
* lib-xref-spark_specific.adb (Add_SPARK_File): Start traversal
by requesting info from stubs. (Traverse_All_Compilation_Units):
Remove unused procedure.
(Traverse_Declarations_Or_Statements): Handle protected and task units.
* lib-xref.ads (Traverse_All_Compilation_Units): Remove unused
procedure.
* restrict.adb (Check_Restriction): Do not ignore
restrictions in GNATprove_Mode.
From-SVN: r229078
Diffstat (limited to 'gcc/ada/fmap.adb')
-rw-r--r-- | gcc/ada/fmap.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/fmap.adb b/gcc/ada/fmap.adb index f543209..77fa6c0 100644 --- a/gcc/ada/fmap.adb +++ b/gcc/ada/fmap.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2001-2012, Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2015, 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- -- @@ -478,7 +478,7 @@ package body Fmap is Buffer (Buffer_Last) := ASCII.LF; end Put_Line; - -- Start of Update_Mapping_File + -- Start of processing for Update_Mapping_File begin -- If the mapping file could not be read, then it will not be possible |