diff options
Diffstat (limited to 'gcc/ada/i-cobol.ads')
-rw-r--r-- | gcc/ada/i-cobol.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/i-cobol.ads b/gcc/ada/i-cobol.ads index d6d7b1e58dc..a7aff1b9d0b 100644 --- a/gcc/ada/i-cobol.ads +++ b/gcc/ada/i-cobol.ads @@ -7,7 +7,7 @@ -- S p e c -- -- (ASCII Version) -- -- -- --- Copyright (C) 1993-2000 Free Software Foundation, Inc. -- +-- Copyright (C) 1993-2004 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 -- @@ -457,7 +457,6 @@ package Interfaces.COBOL is pragma Inline (To_Binary); pragma Inline (To_Decimal); pragma Inline (To_Display); - pragma Inline (To_Decimal); pragma Inline (To_Long_Binary); pragma Inline (Valid); |