diff options
Diffstat (limited to 'gcc/ada/a-cihama.ads')
-rw-r--r-- | gcc/ada/a-cihama.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-cihama.ads b/gcc/ada/a-cihama.ads index 8156dbd502b..93bdd81e8a2 100644 --- a/gcc/ada/a-cihama.ads +++ b/gcc/ada/a-cihama.ads @@ -47,7 +47,7 @@ generic with function "=" (Left, Right : Element_Type) return Boolean is <>; package Ada.Containers.Indefinite_Hashed_Maps is - pragma Preelaborate (Indefinite_Hashed_Maps); + pragma Preelaborate; type Map is tagged private; type Cursor is private; |