diff options
Diffstat (limited to 'gcc/ada/7staprop.adb')
-rw-r--r-- | gcc/ada/7staprop.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/7staprop.adb b/gcc/ada/7staprop.adb index 6e71f45152e..e79d39db189 100644 --- a/gcc/ada/7staprop.adb +++ b/gcc/ada/7staprop.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2003, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2004, 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- -- @@ -218,7 +218,7 @@ package body System.Task_Primitives.Operations is procedure Abort_Handler (Sig : Signal) is pragma Warnings (Off, Sig); - T : Task_ID := Self; + T : constant Task_ID := Self; Result : Interfaces.C.int; Old_Set : aliased sigset_t; |