From: pmderodat Date: Thu, 11 Jan 2018 08:53:36 +0000 (+0000) Subject: [Ada] Minor reformatting X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa189f81c17a2b8e77060e1184d87d606e44a52c;p=thirdparty%2Fgcc.git [Ada] Minor reformatting 2018-01-11 Bob Duff gcc/ada/ * binderr.ads, namet.ads: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256510 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 77f554e72734..77666f1d65cb 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2018-01-11 Bob Duff + + * binderr.ads, namet.ads: Minor reformatting. + 2018-01-11 Bob Duff * doc/gnat_ugn/gnat_utility_programs.rst: Improve documentation of diff --git a/gcc/ada/binderr.ads b/gcc/ada/binderr.ads index a6434a0c2233..eba14a8fcc56 100644 --- a/gcc/ada/binderr.ads +++ b/gcc/ada/binderr.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2016, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2017, 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- -- @@ -107,7 +107,7 @@ package Binderr is procedure Error_Msg (Msg : String); -- Output specified error message to standard error or standard output -- as governed by the brief and verbose switches, and update error - -- counts appropriately + -- counts appropriately. procedure Error_Msg_Info (Msg : String); -- Output information line. Indentical in effect to Error_Msg, except diff --git a/gcc/ada/namet.ads b/gcc/ada/namet.ads index b55d33617441..3f3b9ee62de2 100644 --- a/gcc/ada/namet.ads +++ b/gcc/ada/namet.ads @@ -193,7 +193,7 @@ package Namet is -- The special Name_Id value No_Name is used in the parser to indicate -- a situation where no name is present (e.g. on a loop or block). - Error_Name : constant Name_Id := Names_Low_Bound + 1; + Error_Name : constant Name_Id := Names_Low_Bound + 1; -- The special Name_Id value Error_Name is used in the parser to -- indicate that some kind of error was encountered in scanning out -- the relevant name, so it does not have a representable label.