aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/c-common.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f659e64..f5ad534 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/c-common.c b/gcc/c-common.c
index 9ec173b..abd33d2 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -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;