diff options
Diffstat (limited to 'gcc/ada/s-tasinf.adb')
-rw-r--r-- | gcc/ada/s-tasinf.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/s-tasinf.adb b/gcc/ada/s-tasinf.adb index 86aa5a4fa7e..9ad8bb0c82c 100644 --- a/gcc/ada/s-tasinf.adb +++ b/gcc/ada/s-tasinf.adb @@ -4,10 +4,10 @@ -- -- -- S Y S T E M . T A S K _ I N F O -- -- -- --- S p e c -- +-- B o d y -- -- (Compiler Interface) -- -- -- --- Copyright (C) 1998-2002 Free Software Foundation, Inc. -- +-- Copyright (C) 1998-2005 Free Software Foundation, Inc. -- -- -- -- GNAT 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- -- @@ -40,5 +40,4 @@ -- implementation of the Task_Info pragma. package body System.Task_Info is - end System.Task_Info; |