Commit 9b23b7de by Robert Dewar Committed by Arnaud Charlet

par_sco.adb, [...]: Minor reformatting.

2013-01-02  Robert Dewar  <dewar@adacore.com>

	* par_sco.adb, vms_data.ads: Minor reformatting.

From-SVN: r194795
parent dd2d73a7
2013-01-02 Robert Dewar <dewar@adacore.com>
* par_sco.adb, vms_data.ads: Minor reformatting.
2013-01-02 Thomas Quinot <quinot@adacore.com> 2013-01-02 Thomas Quinot <quinot@adacore.com>
* par_sco.adb (Traverse_Declarations_Or_Statement): Function * par_sco.adb (Traverse_Declarations_Or_Statement): Function
......
...@@ -162,7 +162,12 @@ package body Par_SCO is ...@@ -162,7 +162,12 @@ package body Par_SCO is
-- last node with SCO in L. -- last node with SCO in L.
-- The following Traverse_* routines perform appropriate calls to -- The following Traverse_* routines perform appropriate calls to
-- Traverse_Declarations_Or_Statements to traverse specific node kinds -- Traverse_Declarations_Or_Statements to traverse specific node kinds.
-- Parameter D, when present, indicates the dominant of the first
-- declaration or statement within N.
-- Why is Traverse_Sync_Definition commented specificaly and
-- the others are not???
procedure Traverse_Generic_Package_Declaration (N : Node_Id); procedure Traverse_Generic_Package_Declaration (N : Node_Id);
procedure Traverse_Handled_Statement_Sequence procedure Traverse_Handled_Statement_Sequence
......
...@@ -1429,7 +1429,7 @@ package VMS_Data is ...@@ -1429,7 +1429,7 @@ package VMS_Data is
"-gnatec>"; "-gnatec>";
-- /CONFIGURATION_PRAGMAS_FILE=file -- /CONFIGURATION_PRAGMAS_FILE=file
-- --
-- Specify a configuration pragmas file that need to be taken into -- Specify a configuration pragmas file that needs to be taken into
-- account. -- account.
S_GCC_Current : aliased constant S := "/CURRENT_DIRECTORY " & S_GCC_Current : aliased constant S := "/CURRENT_DIRECTORY " &
......
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