]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* c-common.h (CTI_C_SIZE_TYPE): Update comment.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Nov 2000 10:38:01 +0000 (10:38 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Nov 2000 10:38:01 +0000 (10:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37452 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-common.h

index 75a8fe481d88d8eeac08789820ed46cdd4a2733f..f12e4a3caffab941585212e6e28eb4068d81ac7d 100644 (file)
@@ -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 06c9c61ac12998f54e409664e6f804f564f2bca1..1cce9b55c3df8b2dfa9a866eaf9dfed723b03f1b 100644 (file)
@@ -116,7 +116,10 @@ enum c_tree_index
     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,