diff options
Diffstat (limited to 'gcc/ada/a-comlin.ads')
-rw-r--r-- | gcc/ada/a-comlin.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-comlin.ads b/gcc/ada/a-comlin.ads index f1d6093e72e..1ddc3e1da6e 100644 --- a/gcc/ada/a-comlin.ads +++ b/gcc/ada/a-comlin.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005 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,7 +36,7 @@ ------------------------------------------------------------------------------ package Ada.Command_Line is -pragma Preelaborate (Command_Line); + pragma Preelaborate; function Argument_Count return Natural; -- If the external execution environment supports passing arguments to a |