isl_map.c: make add_divs static
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 7 Jun 2009 14:24:47 +0000 (16:24 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Jun 2009 12:50:23 +0000 (14:50 +0200)
isl_map.c

index aec0975..d23c30e 100644 (file)
--- a/isl_map.c
+++ b/isl_map.c
@@ -1830,7 +1830,7 @@ error:
        return NULL;
 }
 
-struct isl_basic_map *add_divs(struct isl_basic_map *bmap, unsigned n)
+static struct isl_basic_map *add_divs(struct isl_basic_map *bmap, unsigned n)
 {
        int i, j;