summaryrefslogtreecommitdiff
path: root/gcc/ada/a-strmap.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-strmap.ads')
-rw-r--r--gcc/ada/a-strmap.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-strmap.ads b/gcc/ada/a-strmap.ads
index f15fac5f684..3331a2f1666 100644
--- a/gcc/ada/a-strmap.ads
+++ b/gcc/ada/a-strmap.ads
@@ -38,9 +38,9 @@
with Ada.Characters.Latin_1;
package Ada.Strings.Maps is
-pragma Preelaborate (Maps);
-pragma Pure_05 (Maps);
--- In accordance with Ada 2005 AI-362
+ pragma Preelaborate;
+ pragma Pure_05;
+ -- In accordance with Ada 2005 AI-362
--------------------------------
-- Character Set Declarations --