Commit c969c5ca by Thomas Quinot Committed by Arnaud Charlet

g-pehage.adb: Minor reformatting

2008-07-31  Thomas Quinot  <quinot@adacore.com>

	* g-pehage.adb: Minor reformatting

From-SVN: r138379
parent b4205ab5
...@@ -591,7 +591,7 @@ package body GNAT.Perfect_Hash_Generators is ...@@ -591,7 +591,7 @@ package body GNAT.Perfect_Hash_Generators is
-- Start of processing for Assign_Values_To_Vertices -- Start of processing for Assign_Values_To_Vertices
begin begin
-- Value -1 denotes an unitialized value as it is supposed to -- Value -1 denotes an uninitialized value as it is supposed to
-- be in the range 0 .. NK. -- be in the range 0 .. NK.
if G = No_Table then if G = No_Table then
...@@ -1141,11 +1141,10 @@ package body GNAT.Perfect_Hash_Generators is ...@@ -1141,11 +1141,10 @@ package body GNAT.Perfect_Hash_Generators is
Tries : Positive := Default_Tries) Tries : Positive := Default_Tries)
is is
begin begin
-- Deallocated the part of the table concerning the reduced -- Deallocate the part of the table concerning the reduced words.
-- words. Initial words are already present in the table. We -- Initial words are already present in the table. We may have reduced
-- may have reduced words already there because a previous -- words already there because a previous computation failed. We are
-- computation failed. We are currently retrying and the -- currently retrying and the reduced words have to be deallocated.
-- reduced words have to be deallocated.
for W in NK .. WT.Last loop for W in NK .. WT.Last loop
Free_Word (WT.Table (W)); Free_Word (WT.Table (W));
......
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