diff options
Diffstat (limited to 'gcc/ada/a-sytaco.ads')
-rw-r--r-- | gcc/ada/a-sytaco.ads | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/a-sytaco.ads b/gcc/ada/a-sytaco.ads index 96480cf26e8..db102f679b3 100644 --- a/gcc/ada/a-sytaco.ads +++ b/gcc/ada/a-sytaco.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,10 +36,8 @@ ------------------------------------------------------------------------------ with System.Task_Primitives; --- Used for Suspension_Object with Ada.Finalization; --- Used for Limited_Controlled package Ada.Synchronous_Task_Control is pragma Preelaborate_05; |