summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_maps.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_maps.adb')
-rw-r--r--gcc/ada/sem_maps.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sem_maps.adb b/gcc/ada/sem_maps.adb
index 0a66a91f0b3..c3d4a2499b9 100644
--- a/gcc/ada/sem_maps.adb
+++ b/gcc/ada/sem_maps.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1996-2005, Free Software Foundation, Inc. --
+-- Copyright (C) 1996-2007, 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- --
@@ -55,7 +55,7 @@ package body Sem_Maps is
---------------------
procedure Add_Association
- (M : in out Map;
+ (M : Map;
O_Id : Entity_Id;
N_Id : Entity_Id;
Kind : Scope_Kind := S_Local)
@@ -318,7 +318,7 @@ package body Sem_Maps is
------------------------
procedure Update_Association
- (M : in out Map;
+ (M : Map;
O_Id : Entity_Id;
N_Id : Entity_Id;
Kind : Scope_Kind := S_Local)