diff options
Diffstat (limited to 'gcc/ada/a-cbdlli.ads')
-rw-r--r-- | gcc/ada/a-cbdlli.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/a-cbdlli.ads b/gcc/ada/a-cbdlli.ads index 0443c30..df0633f 100644 --- a/gcc/ada/a-cbdlli.ads +++ b/gcc/ada/a-cbdlli.ads @@ -258,12 +258,12 @@ package Ada.Containers.Bounded_Doubly_Linked_Lists is for Reference_Type'Read use Read; function Constant_Reference - (Container : List; Position : Cursor) -- SHOULD BE ALIASED - return Constant_Reference_Type; + (Container : List; -- SHOULD BE ALIASED ??? + Position : Cursor) return Constant_Reference_Type; function Reference - (Container : List; Position : Cursor) -- SHOULD BE ALIASED - return Reference_Type; + (Container : List; -- SHOULD BE ALIASED ??? + Position : Cursor) return Reference_Type; private |