OSDN Git Service

* tree.c (build_nonstandard_integer_type): Correct prototype.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jan 2002 19:10:28 +0000 (19:10 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Jan 2002 19:10:28 +0000 (19:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49326 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.c

index 86f65a3..4f29242 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+        * tree.c (build_nonstandard_integer_type): Correct prototype.
+
 2002-01-29  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/s390.md (movstrsico, movstrdix_64, 
index 8d22d68..76b341a 100644 (file)
@@ -3763,7 +3763,7 @@ build_index_type (maxval)
    built-in target types.  */
 tree
 build_nonstandard_integer_type (precision, unsignedp)
-     unsigned HOST_WIDE_INT precision;
+     unsigned int precision;
      int unsignedp;
 {
   tree itype = make_node (INTEGER_TYPE);