diff options
Diffstat (limited to 'gcc/c-family/c-common.c')
-rw-r--r-- | gcc/c-family/c-common.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index dbef4b3..e5c070f 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -4666,13 +4666,7 @@ c_common_nodes_and_builtins (void) TYPE_DECL, NULL_TREE, widest_unsigned_literal_type_node)); - /* `unsigned long' is the standard type for sizeof. - Note that stddef.h uses `unsigned long', - and this must agree, even if long and int are the same size. */ - size_type_node = - TREE_TYPE (identifier_global_value (get_identifier (SIZE_TYPE))); signed_size_type_node = c_common_signed_type (size_type_node); - set_sizetype (size_type_node); pid_type_node = TREE_TYPE (identifier_global_value (get_identifier (PID_TYPE))); |