diff options
Diffstat (limited to 'gcc/ada/stylesw.ads')
-rw-r--r-- | gcc/ada/stylesw.ads | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/stylesw.ads b/gcc/ada/stylesw.ads index fc6f5ef13ba..b64e68650bc 100644 --- a/gcc/ada/stylesw.ads +++ b/gcc/ada/stylesw.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2012, 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- -- @@ -255,6 +255,8 @@ package Stylesw is -- -- A unary plus or minus may not be followed by a space -- + -- There must be one blank (and no other white space) between NOT and IN + -- -- A vertical bar must be surrounded by spaces -- -- Note that a requirement that a token be preceded by a space is met by |