diff options
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index cfc4702..827a5a7 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -8306,7 +8306,7 @@ handle_impent (impent) tree decl, init; init = build_int_2 (0, 0); - TREE_TYPE (init) = type_for_size (BITS_PER_WORD, 1); + TREE_TYPE (init) = c_common_type_for_size (BITS_PER_WORD, 1); decl = build_decl (VAR_DECL, get_identifier (string), TREE_TYPE (init)); TREE_PUBLIC (decl) = 1; TREE_READONLY (decl) = 1; |