From: Richard Stallman Date: Sat, 2 Jan 1993 21:44:10 +0000 (+0000) Subject: (int_size_in_bytes): Change ret type back to int. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a0e778b760a1ba0221522bfd7ffac4ad36a554b;p=gcc.git (int_size_in_bytes): Change ret type back to int. From-SVN: r3061 --- 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; {