Commit 5a0e778b by Richard Stallman

(int_size_in_bytes): Change ret type back to int.

From-SVN: r3061
parent 82c0ff02
......@@ -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;
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment