diff options
Diffstat (limited to 'gcc/ada/a-interr.ads')
-rw-r--r-- | gcc/ada/a-interr.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/a-interr.ads b/gcc/ada/a-interr.ads index 8c9c7212b6d..8ccbd886a7d 100644 --- a/gcc/ada/a-interr.ads +++ b/gcc/ada/a-interr.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2008, 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,7 +36,6 @@ ------------------------------------------------------------------------------ with System.Interrupts; --- used for Ada_Interrupt_ID package Ada.Interrupts is |