diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2005-10-23 22:37:29 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-10-23 15:37:29 -0700 |
commit | 2a694ec86080dd829326fd55561f85c5f98c2f81 (patch) | |
tree | def287cbf5e0c9804d17af87dda20583a39c21ef /gcc/c-common.c | |
parent | 78bd27f62ce4d498bde79618496af338277bd690 (diff) | |
download | gcc-2a694ec86080dd829326fd55561f85c5f98c2f81.zip gcc-2a694ec86080dd829326fd55561f85c5f98c2f81.tar.gz gcc-2a694ec86080dd829326fd55561f85c5f98c2f81.tar.bz2 |
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
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |