From 2d3115eb53cf2bb3f63f5c94b8ab0b584b3b7dea Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 29 Jan 2002 19:10:28 +0000 Subject: [PATCH] * tree.c (build_nonstandard_integer_type): Correct prototype. From-SVN: r49326 --- gcc/ChangeLog | 4 ++++ gcc/tree.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86f65a30403..4f292420f3d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-29 Neil Booth + + * tree.c (build_nonstandard_integer_type): Correct prototype. + 2002-01-29 Ulrich Weigand * config/s390/s390.md (movstrsico, movstrdix_64, diff --git a/gcc/tree.c b/gcc/tree.c index 8d22d6856a7..76b341a6769 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -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); -- 2.30.2