OSDN Git Service

2005-10-23 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Oct 2005 22:37:29 +0000 (22:37 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Oct 2005 22:37:29 +0000 (22:37 +0000)
        PR objc/24435
         * c-common.c (constant_string_class_name): Add documentation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105831 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-common.c

index f659e64..f5ad534 100644 (file)
@@ -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
index 9ec173b..abd33d2 100644 (file)
@@ -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;