(int_size_in_bytes): Change ret type back to int.
authorRichard Stallman <rms@gnu.org>
Sat, 2 Jan 1993 21:44:10 +0000 (21:44 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 2 Jan 1993 21:44:10 +0000 (21:44 +0000)
From-SVN: r3061

gcc/tree.c

index f2ea2e4..9348e0c 100644 (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;
 {