From: jsm28 Date: Tue, 14 Nov 2000 10:38:01 +0000 (+0000) Subject: * c-common.h (CTI_C_SIZE_TYPE): Update comment. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a6758a4253be43512633521192f9f874c7c8674;p=thirdparty%2Fgcc.git * c-common.h (CTI_C_SIZE_TYPE): Update comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37452 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75a8fe481d88..f12e4a3caffa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-14 Joseph S. Myers + + * c-common.h (CTI_C_SIZE_TYPE): Update comment. + 2000-11-14 Jakub Jelinek * varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table diff --git a/gcc/c-common.h b/gcc/c-common.h index 06c9c61ac129..1cce9b55c3df 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -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,