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:
parent
78bd27f62c
commit
2a694ec860
@ -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>
|
2005-10-23 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||||
|
|
||||||
PR target/23832
|
PR target/23832
|
||||||
|
@ -340,7 +340,7 @@ int flag_gen_declaration;
|
|||||||
|
|
||||||
int print_struct_values;
|
int print_struct_values;
|
||||||
|
|
||||||
/* ???. Undocumented. */
|
/* Tells the compiler what is the constant string class for Objc. */
|
||||||
|
|
||||||
const char *constant_string_class_name;
|
const char *constant_string_class_name;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user