Commit 4060ebd4 by Robert Dewar Committed by Arnaud Charlet

g-allein.ads, [...]: Minor reformatting

2015-02-20  Robert Dewar  <dewar@adacore.com>

	* g-allein.ads, g-alveop.adb, g-alveop.ads, opt.ads: Minor reformatting

From-SVN: r220867
parent 9ec98e13
2015-02-20 Robert Dewar <dewar@adacore.com>
* g-allein.ads, g-alveop.adb, g-alveop.ads, opt.ads: Minor reformatting
2015-02-20 Tristan Gingold <gingold@adacore.com> 2015-02-20 Tristan Gingold <gingold@adacore.com>
* opt.ads (GNAT_Mode_Config): New variable. * opt.ads (GNAT_Mode_Config): New variable.
......
...@@ -177,7 +177,7 @@ package GNAT.Altivec.Low_Level_Interface is ...@@ -177,7 +177,7 @@ package GNAT.Altivec.Low_Level_Interface is
function To_LL_VP is new Ada.Unchecked_Conversion (LL_VP, LL_VP); function To_LL_VP is new Ada.Unchecked_Conversion (LL_VP, LL_VP);
---------------------------------------------- ----------------------------------------------
-- Conversions between pointer/access types -- -- Conversions Between Pointer/Access Types --
---------------------------------------------- ----------------------------------------------
function To_PTR is function To_PTR is
......
...@@ -2158,9 +2158,9 @@ package Opt is ...@@ -2158,9 +2158,9 @@ package Opt is
-- GNAT -- GNAT
-- True if -gnatg switch is present. GNAT_Mode may be temporary set to -- True if -gnatg switch is present. GNAT_Mode may be temporary set to
-- True during the analysis of a system unit, but GNAT_Mode_Config must -- True during the analysis of a system unit, but GNAT_Mode_Config must
-- not changed once scanned. -- not change once scanned and set.
-- Setting this switch has the following effects on the language that is -- Setting GNAT mode has the following effects on the language that is
-- accepted. Note that several of the following have the effect of changing -- accepted. Note that several of the following have the effect of changing
-- an error to a warning. But warnings are usually treated as fatal errors -- an error to a warning. But warnings are usually treated as fatal errors
-- in -gnatg mode, so to actually take advantage of such a change, it is -- in -gnatg mode, so to actually take advantage of such a change, it is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment