Commit 792569a9 by Robert Dewar Committed by Arnaud Charlet

Minor reformatting.

From-SVN: r148847
parent 14e33999
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
* sem_ch10.adb: Minor reformatting * sem_ch10.adb: Minor reformatting
* ali.ads: Mino reformatting.
* gnat1drv.adb (Adjust_Global_Switches): New procedure (take care of * gnat1drv.adb (Adjust_Global_Switches): New procedure (take care of
turning off inlining if ASIS mode active). turning off inlining if ASIS mode active).
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- Copyright (C) 1992-2008, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- 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- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -970,17 +970,15 @@ package ALI is ...@@ -970,17 +970,15 @@ package ALI is
-- (unit) lines are always read regardless of the value of this -- (unit) lines are always read regardless of the value of this
-- parameter. -- parameter.
-- --
-- Note: either Ignore_Lines or Read_Lines should be non-null. -- Note: either Ignore_Lines or Read_Lines should be non-null, but not
-- but not both. If both are given then only the Read_Lines -- both. If both are provided then only the Read_Lines value is used,
-- value is processed, and the Ignore_Lines parameter is -- and the Ignore_Lines parameter is ignored.
-- not processed.
-- --
-- Read_XREF is set True to read and acquire the cross-reference -- Read_XREF is set True to read and acquire the cross-reference
-- information. If Read_XREF is set to True, then the effect is -- information. If Read_XREF is set to True, then the effect is to ignore
-- to ignore all lines other than U, W, D and X lines and the -- all lines other than U, W, D and X lines and the Ignore_Lines and
-- Ignore_Lines and Read_Lines parameters are ignored (i.e. the -- Read_Lines parameters are ignored (i.e. the use of True for Read_XREF
-- use of True for Read_XREF is equivalent to specifying an -- is equivalent to specifying an argument of "UWDX" for Read_Lines.
-- argument of "UWDX" for Read_Lines.
-- --
-- Ignore_Errors is normally False. If it is set True, then Scan_ALI -- Ignore_Errors is normally False. If it is set True, then Scan_ALI
-- will do its best to scan through a file and extract all information -- will do its best to scan through a file and extract all information
......
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