diff options
Diffstat (limited to 'gcc/ada/g-dynhta.ads')
-rw-r--r-- | gcc/ada/g-dynhta.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/g-dynhta.ads b/gcc/ada/g-dynhta.ads index 7288fea6724..2518fe96a14 100644 --- a/gcc/ada/g-dynhta.ads +++ b/gcc/ada/g-dynhta.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1995-2005 AdaCore -- +-- Copyright (C) 1995-2005, AdaCore -- -- -- -- 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- -- @@ -75,7 +75,7 @@ package GNAT.Dynamic_HTables is generic type Header_Num is range <>; - -- An integer type indicating the number and range of hash headers. + -- An integer type indicating the number and range of hash headers type Element (<>) is limited private; -- The type of element to be stored @@ -85,7 +85,7 @@ package GNAT.Dynamic_HTables is -- type, but could be some other form of type such as an integer type). Null_Ptr : Elmt_Ptr; - -- The null value of the Elmt_Ptr type. + -- The null value of the Elmt_Ptr type with procedure Set_Next (E : Elmt_Ptr; Next : Elmt_Ptr); with function Next (E : Elmt_Ptr) return Elmt_Ptr; @@ -154,7 +154,7 @@ package GNAT.Dynamic_HTables is generic type Header_Num is range <>; - -- An integer type indicating the number and range of hash headers. + -- An integer type indicating the number and range of hash headers type Element is private; -- The type of element to be stored |