aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2005-10-23 22:37:29 +0000
committerAndrew Pinski <pinskia@physics.uc.edu>2005-10-23 22:37:29 +0000
commit3b7e18dc3fde3d330cd23bb801cd3cb71fe34f2f (patch)
treedef287cbf5e0c9804d17af87dda20583a39c21ef /gcc/c-common.c
parentb722f0ebabbb6c4580a0fb3a4c739d87ebcb971a (diff)
2005-10-23 Andrew Pinski <pinskia@physics.uc.edu>
PR objc/24435 * c-common.c (constant_string_class_name): Add documentation. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@105831 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index 9ec173b7020..abd33d2a183 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;