(int_size_in_bytes): Change ret type back to int.
From-SVN: r3061
This commit is contained in:
parent
82c0ff026c
commit
5a0e778b76
@ -1711,7 +1711,7 @@ size_in_bytes (type)
|
|||||||
/* Return the size of TYPE (in bytes) as an integer,
|
/* Return the size of TYPE (in bytes) as an integer,
|
||||||
or return -1 if the size can vary. */
|
or return -1 if the size can vary. */
|
||||||
|
|
||||||
unsigned int
|
int
|
||||||
int_size_in_bytes (type)
|
int_size_in_bytes (type)
|
||||||
tree type;
|
tree type;
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user