diff options
Diffstat (limited to 'gcc/ada/debug.ads')
-rw-r--r-- | gcc/ada/debug.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/debug.ads b/gcc/ada/debug.ads index b140d4a6e55..48d71de72ea 100644 --- a/gcc/ada/debug.ads +++ b/gcc/ada/debug.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2003 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-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- -- @@ -31,13 +31,13 @@ -- -- ------------------------------------------------------------------------------ -package Debug is -pragma Preelaborate (Debug); - -- This package contains global flags used to control the inclusion -- of debugging code in various phases of the compiler. Some of these -- flags are also used by the binder and gnatmake. +package Debug is + pragma Preelaborate; + ------------------------- -- Dynamic Debug Flags -- ------------------------- |