Merge FreeBSD modifications into gcc 3.2.2 release:

1.2  framework for our kernel printf enhancements.
  1.3  suppress prototype warnings on K&R main.
This commit is contained in:
Alexander Kabaev 2003-02-10 05:58:19 +00:00
parent d79e61dc75
commit 76c39e5f7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110622

View File

@ -138,10 +138,6 @@ enum c_tree_index
CTI_SIGNED_WCHAR_TYPE,
CTI_UNSIGNED_WCHAR_TYPE,
CTI_WINT_TYPE,
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,
@ -195,7 +191,6 @@ struct c_common_identifier
#define signed_wchar_type_node c_global_trees[CTI_SIGNED_WCHAR_TYPE]
#define unsigned_wchar_type_node c_global_trees[CTI_UNSIGNED_WCHAR_TYPE]
#define wint_type_node c_global_trees[CTI_WINT_TYPE]
#define c_size_type_node c_global_trees[CTI_C_SIZE_TYPE]
#define signed_size_type_node c_global_trees[CTI_SIGNED_SIZE_TYPE]
#define unsigned_ptrdiff_type_node c_global_trees[CTI_UNSIGNED_PTRDIFF_TYPE]
#define intmax_type_node c_global_trees[CTI_INTMAX_TYPE]