diff options
Diffstat (limited to 'gcc/ada/csets.ads')
-rw-r--r-- | gcc/ada/csets.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/csets.ads b/gcc/ada/csets.ads index ebf1670..2f40e36 100644 --- a/gcc/ada/csets.ads +++ b/gcc/ada/csets.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2011, 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- -- @@ -90,7 +90,7 @@ package Csets is -- This table has True entries for all characters that can legally appear -- in identifiers, including digits, the underline character, all letters -- including upper and lower case and extended letters (as controlled by - -- the setting of Opt.Identifier_Character_Set, left bracket for brackets + -- the setting of Opt.Identifier_Character_Set), left bracket for brackets -- notation wide characters and also ESC if wide characters are permitted -- in identifiers using escape sequences starting with ESC. |