diff options
Diffstat (limited to 'gcc/ada/g-curexc.ads')
-rw-r--r-- | gcc/ada/g-curexc.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-curexc.ads b/gcc/ada/g-curexc.ads index 8bdb0f8e10a..7fff4f303b1 100644 --- a/gcc/ada/g-curexc.ads +++ b/gcc/ada/g-curexc.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1996-2004 Ada Core Technologies, Inc. -- +-- Copyright (C) 1996-2005 Ada Core Technologies, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -44,7 +44,7 @@ -- from an exception handler. package GNAT.Current_Exception is -pragma Pure (Current_Exception); + pragma Pure; ----------------- -- Subprograms -- |