Constness
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 22 Jul 2011 17:01:05 +0000 (19:01 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 26 Jul 2011 10:36:39 +0000 (12:36 +0200)
src/language/stats/glm.c

index 1eaf1a988a335264a5db70d9cd3bc137363c7602..b54934783beb12023886adeccfb3eb19f1c4a0a8 100644 (file)
@@ -309,7 +309,7 @@ static void get_ssq (struct covariance *, gsl_vector *,
                     const struct glm_spec *);
 
 static bool
-not_dropped (size_t j, size_t * dropped, size_t n_dropped)
+not_dropped (size_t j, const size_t *dropped, size_t n_dropped)
 {
   size_t i;