isl_range.c: has_sign: use isl_bool_ok
[isl.git] / isl_local_private.h
blobbb44d36b83a326665c4f325b0288e3be5d08c0ec
1 #ifndef ISL_LOCAL_PRIVATE_H
2 #define ISL_LOCAL_PRIVATE_H
4 #include <isl_local.h>
6 __isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat);
8 #endif