summaryrefslogtreecommitdiff
path: root/isl_mat.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2011-04-27 12:19:30 +0200
committerSven Verdoolaege <skimo@kotnet.org>2011-04-27 12:19:30 +0200
commit90db0b4bd83ee6612c323fa3363e234f9a20d97a (patch)
treee99161e0e83a4303ceb0925212e2a808495b092e /isl_mat.c
parentfa0fa5c25a0045b5bdf4253855b3841f15e3d6f7 (diff)
downloadisl-90db0b4bd83ee6612c323fa3363e234f9a20d97a.tar.gz
isl-90db0b4bd83ee6612c323fa3363e234f9a20d97a.tar.bz2
isl-90db0b4bd83ee6612c323fa3363e234f9a20d97a.zip
rename isl_mat_dump to isl_mat_print_internal
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_mat.c')
-rw-r--r--isl_mat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isl_mat.c b/isl_mat.c
index ace8a43a..c03e988e 100644
--- a/isl_mat.c
+++ b/isl_mat.c
@@ -1192,7 +1192,7 @@ error:
return NULL;
}
-void isl_mat_dump(struct isl_mat *mat, FILE *out, int indent)
+void isl_mat_print_internal(__isl_keep isl_mat *mat, FILE *out, int indent)
{
int i, j;