Merge branch 'maint'
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 22 Jan 2011 12:22:15 +0000 (13:22 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 22 Jan 2011 12:22:15 +0000 (13:22 +0100)
1  2 
include/isl/ctx.h
isl_map.c
isl_test.c
isl_union_map.c

@@@ -63,8 -63,8 +63,9 @@@ struct isl_stats 
  enum isl_error {
        isl_error_none = 0,
        isl_error_unknown,
 -      isl_error_invalid
+       isl_error_internal,
 +      isl_error_invalid,
 +      isl_error_unsupported
  };
  struct isl_ctx {
        int                     ref;
diff --cc isl_map.c
Simple merge
diff --cc isl_test.c
Simple merge
diff --cc isl_union_map.c
Simple merge