aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2003-06-29 17:47:37 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2003-06-29 17:47:37 +0000
commit342e2b749d651b51cee1f484966e260c33915575 (patch)
tree1e2a982ce47c773faa20f0cffd0e1913e509dc11 /gcc/expr.c
parente601f149a95f4f104f6c2b0c2ab9f7ecb1f5c568 (diff)
downloadgcc-342e2b749d651b51cee1f484966e260c33915575.zip
gcc-342e2b749d651b51cee1f484966e260c33915575.tar.gz
gcc-342e2b749d651b51cee1f484966e260c33915575.tar.bz2
* expr.c (clear_by_pieces): Fix prototype.
From-SVN: r68676
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index de1137f..a581b17 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -2788,7 +2788,7 @@ store_by_pieces (rtx to, unsigned HOST_WIDE_INT len,
before calling. ALIGN is maximum alignment we can assume. */
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;