diff options
Diffstat (limited to 'gcc/ada/a-strmap.ads')
-rw-r--r-- | gcc/ada/a-strmap.ads | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/a-strmap.ads b/gcc/ada/a-strmap.ads index 2a6908ff3ae..a882e9c4ed5 100644 --- a/gcc/ada/a-strmap.ads +++ b/gcc/ada/a-strmap.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2014, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -36,8 +36,7 @@ with Ada.Characters.Latin_1; package Ada.Strings.Maps is - pragma Preelaborate; - pragma Pure_05; + pragma Pure; -- In accordance with Ada 2005 AI-362 -------------------------------- |