aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/elists.ads
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2005-11-20 07:33:40 +0000
committerDiego Novillo <dnovillo@redhat.com>2005-11-20 07:33:40 +0000
commit334cb8612fc07d2479533d3e589ab678753adaf8 (patch)
treefd3fd3000ec4c751ee405ae2a84ea17169a0126b /gcc/ada/elists.ads
parent69231c6769016efb611e7d2476a74e13a0f8a0db (diff)
Mainline merge as of 2005-11-18.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gomp-20050608-branch@107245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/elists.ads')
-rw-r--r--gcc/ada/elists.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/elists.ads b/gcc/ada/elists.ads
index 0482ff31d27..f7e347cca3c 100644
--- a/gcc/ada/elists.ads
+++ b/gcc/ada/elists.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2004 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2005, Free Software Foundation, Inc. --
-- --
-- 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- --
@@ -122,10 +122,10 @@ package Elists is
-- that contains no items.
procedure Append_Elmt (Node : Node_Id; To : Elist_Id);
- -- Appends Node at the end of To, allocating a new element.
+ -- Appends Node at the end of To, allocating a new element
procedure Prepend_Elmt (Node : Node_Id; To : Elist_Id);
- -- Appends Node at the beginning of To, allocating a new element.
+ -- Appends Node at the beginning of To, allocating a new element
procedure Insert_Elmt_After (Node : Node_Id; Elmt : Elmt_Id);
-- Add a new element (Node) right after the pre-existing element Elmt