Implicit int went the way of the dodo in 1999. Catch up to this fact.

This commit is contained in:
Bård Skaflestad 2010-08-18 16:22:35 +00:00
parent 4a5610ca80
commit 02678a7fbe

View File

@ -174,7 +174,7 @@ partition_allocate_inverse(int nc, int max_bin,
/* ---------------------------------------------------------------------- */
void
partition_invert(int nc, const *p, int *pi, int *inverse)
partition_invert(int nc, const int *p, int *pi, int *inverse)
/* ---------------------------------------------------------------------- */
{
int nbin, b, i, j, tmp;