(int_size_in_bytes): Change ret type back to int.

From-SVN: r3061
This commit is contained in:
Richard Stallman 1993-01-02 21:44:10 +00:00
parent 82c0ff026c
commit 5a0e778b76

View File

@ -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;
{