re PR objc/24435 (constant_string_class_name is undocumented in c-common.c)

2005-10-23  Andrew Pinski  <pinskia@physics.uc.edu>

        PR objc/24435
         * c-common.c (constant_string_class_name): Add documentation.

From-SVN: r105831
This commit is contained in:
Andrew Pinski 2005-10-23 22:37:29 +00:00 committed by Andrew Pinski
parent 78bd27f62c
commit 2a694ec860
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-23 Andrew Pinski <pinskia@physics.uc.edu>
PR objc/24435
* c-common.c (constant_string_class_name): Add documentation.
2005-10-23 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/23832

View File

@ -340,7 +340,7 @@ int flag_gen_declaration;
int print_struct_values;
/* ???. Undocumented. */
/* Tells the compiler what is the constant string class for Objc. */
const char *constant_string_class_name;