summaryrefslogtreecommitdiffstats
path: root/gcc/ada/a-cforse.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-cforse.ads')
-rw-r--r--gcc/ada/a-cforse.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/a-cforse.ads b/gcc/ada/a-cforse.ads
index acca6b94726..03203cdbd7b 100644
--- a/gcc/ada/a-cforse.ads
+++ b/gcc/ada/a-cforse.ads
@@ -67,6 +67,7 @@ package Ada.Containers.Formal_Ordered_Sets is
function Equivalent_Elements (Left, Right : Element_Type) return Boolean;
type Set (Capacity : Count_Type) is tagged private;
+ -- why is this commented out ???
-- pragma Preelaborable_Initialization (Set);
type Cursor is private;
@@ -276,7 +277,7 @@ private
new Red_Black_Trees.Generic_Bounded_Tree_Types (Node_Type);
type Set (Capacity : Count_Type) is
- new Tree_Types.Tree_Type (Capacity) with null record;
+ new Tree_Types.Tree_Type (Capacity) with null record;
use Red_Black_Trees;
use Ada.Streams;
OpenPOWER on IntegriCloud