Patch to update comment

Joseph S. Myers jsm28@cam.ac.uk
Tue Nov 14 02:40:00 GMT 2000


I've installed as obvious the following patch to update the comment that
said that c_size_type_node was only used for format checking, since it now
is used elsewhere.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.8270
diff -u -r1.8270 ChangeLog
--- ChangeLog	2000/11/14 10:31:32	1.8270
+++ ChangeLog	2000/11/14 10:37:17
@@ -1,3 +1,7 @@
+2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* c-common.h (CTI_C_SIZE_TYPE): Update comment.
+
 2000-11-14  Jakub Jelinek  <jakub@redhat.com>

 	* varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table
Index: c-common.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-common.h,v
retrieving revision 1.48
diff -u -r1.48 c-common.h
--- c-common.h	2000/11/13 14:14:41	1.48
+++ c-common.h	2000/11/14 10:37:17
@@ -116,7 +116,10 @@
     CTI_SIGNED_WCHAR_TYPE,
     CTI_UNSIGNED_WCHAR_TYPE,
     CTI_WINT_TYPE,
-    CTI_C_SIZE_TYPE, /* For format checking only.  */
+    CTI_C_SIZE_TYPE, /* The type used for the size_t typedef and the
+			result type of sizeof (an ordinary type without
+			TYPE_IS_SIZETYPE set, unlike the internal
+			sizetype).  */
     CTI_SIGNED_SIZE_TYPE, /* For format checking only.  */
     CTI_UNSIGNED_PTRDIFF_TYPE, /* For format checking only.  */
     CTI_INTMAX_TYPE,

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc-patches mailing list