summaryrefslogtreecommitdiffstats
path: root/gcc/ada/a-cohama.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-cohama.ads')
-rw-r--r--gcc/ada/a-cohama.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-cohama.ads b/gcc/ada/a-cohama.ads
index a0bbad4e955..d03d741a74b 100644
--- a/gcc/ada/a-cohama.ads
+++ b/gcc/ada/a-cohama.ads
@@ -203,8 +203,6 @@ private
for Map'Read use Read;
- Empty_Map : constant Map := (Controlled with HT => (null, 0, 0, 0));
-
type Map_Access is access constant Map;
for Map_Access'Storage_Size use 0;
@@ -226,6 +224,8 @@ private
for Cursor'Write use Write;
+ Empty_Map : constant Map := (Controlled with HT => (null, 0, 0, 0));
+
No_Element : constant Cursor := (Container => null, Node => null);
end Ada.Containers.Hashed_Maps;
OpenPOWER on IntegriCloud