aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNicola Pero <nicola.pero@meta-innovation.com>2010-09-20 18:32:08 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-09-20 18:32:08 +0000
commitabc88a0827e475e92a4e39dac93b5f4ca7407ea6 (patch)
treebe1e6f8233e25aac3b072a49f8cfe0be947e7910 /gcc
parentc2310fc4e158435a06a78e0d9e752acee28118af (diff)
downloadgcc-abc88a0827e475e92a4e39dac93b5f4ca7407ea6.zip
gcc-abc88a0827e475e92a4e39dac93b5f4ca7407ea6.tar.gz
gcc-abc88a0827e475e92a4e39dac93b5f4ca7407ea6.tar.bz2
In gcc/:
* c-family/c-common.h (constant_string_class): Documented with comment identical to the one in c-common.c. From-SVN: r164447
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;