Commit 2d3115eb by Neil Booth Committed by Neil Booth

* tree.c (build_nonstandard_integer_type): Correct prototype.

From-SVN: r49326
parent ecbe845e
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,
......
......@@ -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);
......
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