diff options
Diffstat (limited to 'gcc/ada/s-parint.ads')
-rw-r--r-- | gcc/ada/s-parint.ads | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/s-parint.ads b/gcc/ada/s-parint.ads index 34c873a55d8..d37325e5acf 100644 --- a/gcc/ada/s-parint.ads +++ b/gcc/ada/s-parint.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1995-2000 Free Software Foundation, Inc. -- +-- Copyright (C) 1995-2003 Free Software Foundation, Inc. -- -- -- -- GNARL 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,6 +31,9 @@ -- -- ------------------------------------------------------------------------------ +-- This unit may be used directly from an application program by providing +-- an appropriate WITH, and the interface can be expected to remain stable. + with Ada.Exceptions; with Interfaces; with System.RPC; |