diff --git a/gcc/tree.c b/gcc/tree.c index f2ea2e481b8..9348e0cecc4 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -1711,7 +1711,7 @@ size_in_bytes (type) /* Return the size of TYPE (in bytes) as an integer, or return -1 if the size can vary. */ -unsigned int +int int_size_in_bytes (type) tree type; {