aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/c-family/c-common.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 68ddcf8..b30d355 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-20 Nicola Pero <nicola.pero@meta-innovation.com>
+
+ * c-family/c-common.h (constant_string_class): Documented with
+ comment identical to the one already in c-common.c.
+
2010-09-20 Jakub Jelinek <jakub@redhat.com>
* dwarf2out.c (any_cfis_emitted): New static variable.
diff --git a/gcc/c-family/c-common.h b/gcc/c-family/c-common.h
index 6118f51..378b68a 100644
--- a/gcc/c-family/c-common.h
+++ b/gcc/c-family/c-common.h
@@ -561,7 +561,7 @@ extern int flag_hosted;
extern int print_struct_values;
-/* ???. Undocumented. */
+/* Tells the compiler what is the constant string class for ObjC. */
extern const char *constant_string_class_name;