Commit 342e2b74 by Ulrich Weigand Committed by Ulrich Weigand

* expr.c (clear_by_pieces): Fix prototype.

From-SVN: r68676
parent e601f149
2003-06-29 Ulrich Weigand <uweigand@de.ibm.com>
* expr.c (clear_by_pieces): Fix prototype.
2003-06-29 Andreas Jaeger <aj@suse.de> 2003-06-29 Andreas Jaeger <aj@suse.de>
* cse.c: Convert prototypes to ISO C90. * cse.c: Convert prototypes to ISO C90.
......
...@@ -2788,7 +2788,7 @@ store_by_pieces (rtx to, unsigned HOST_WIDE_INT len, ...@@ -2788,7 +2788,7 @@ store_by_pieces (rtx to, unsigned HOST_WIDE_INT len,
before calling. ALIGN is maximum alignment we can assume. */ before calling. ALIGN is maximum alignment we can assume. */
static void static void
clear_by_pieces (rtx to, long unsigned int len, unsigned int align) clear_by_pieces (rtx to, unsigned HOST_WIDE_INT len, unsigned int align)
{ {
struct store_by_pieces data; struct store_by_pieces data;
......
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