diff options
Diffstat (limited to 'gcc/ada/g-exctra.adb')
-rw-r--r-- | gcc/ada/g-exctra.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/g-exctra.adb b/gcc/ada/g-exctra.adb index 179f3943869..76a380f524d 100644 --- a/gcc/ada/g-exctra.adb +++ b/gcc/ada/g-exctra.adb @@ -6,8 +6,7 @@ -- -- -- B o d y -- -- -- --- -- --- Copyright (C) 2000-2001 Ada Core Technologies, Inc. -- +-- Copyright (C) 2000-2002 Ada Core Technologies, 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- -- @@ -114,7 +113,7 @@ package body GNAT.Exception_Traces is -- Trace_On -- -------------- - procedure Trace_On (Kind : in Trace_Kind) is + procedure Trace_On (Kind : Trace_Kind) is begin case Kind is when Every_Raise => |