diff options
Diffstat (limited to 'gcc/ada/s-purexc.ads')
-rw-r--r-- | gcc/ada/s-purexc.ads | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ada/s-purexc.ads b/gcc/ada/s-purexc.ads index 4600f4a07db..4fd9c58bcf9 100644 --- a/gcc/ada/s-purexc.ads +++ b/gcc/ada/s-purexc.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2000-2005, AdaCore -- +-- Copyright (C) 2000-2007, Free Software Foundation, 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- -- @@ -31,9 +31,13 @@ -- -- ------------------------------------------------------------------------------ --- This package provides an interface for raising predefined exceptions --- with an exception message. It can be used from Pure units. This unit --- is for internal use only, it is not generally available to applications. +-- This package provides an interface for raising predefined exceptions with +-- an exception message. It can be used from Pure units. This unit is for +-- internal use only, it is not generally available to applications. + +pragma Warnings (Off); +pragma Compiler_Unit; +pragma Warnings (On); package System.Pure_Exceptions is pragma Pure; |