diff options
Diffstat (limited to 'gcc/ada/gnatprep.ads')
-rw-r--r-- | gcc/ada/gnatprep.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/gnatprep.ads b/gcc/ada/gnatprep.ads index 06ca505bacf..d991ef5cea6 100644 --- a/gcc/ada/gnatprep.ads +++ b/gcc/ada/gnatprep.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. -- -- -- -- 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- -- @@ -142,9 +142,9 @@ -- may be used on a preprocessor line, but other than that, no other -- tokens may appear on a preprocessor line. --- Any number of #elsif clauses can be present, including none at all. +-- Any number of #elsif clauses can be present, including none at all --- The #else is optional, as in Ada. +-- The #else is optional, as in Ada -- The # marking the start of a preprocessor line must be the first -- non-blank character on the line, i.e. it must be preceded only by |