drop comma at the end of enumerations in include files
authorSven Verdoolaege <verdoolaege@gamma.math.uni-magdeburg.de>
Fri, 19 Feb 2010 08:00:05 +0000 (09:00 +0100)
committerSven Verdoolaege <verdoolaege@gamma.math.uni-magdeburg.de>
Fri, 19 Feb 2010 08:00:05 +0000 (09:00 +0100)
Sun's CC compiler warns about them.

include/isl_arg.h
include/isl_dim.h

index 965e9fb..2a84d3e 100644 (file)
@@ -21,7 +21,7 @@ enum isl_arg_type {
        isl_arg_end,
        isl_arg_choice,
        isl_arg_bool,
-       isl_arg_child,
+       isl_arg_child
 };
 
 struct isl_arg {
index 86678b9..b602296 100644 (file)
@@ -37,7 +37,7 @@ enum isl_dim_type {
        isl_dim_out,
        isl_dim_set = isl_dim_out,
        isl_dim_div,
-       isl_dim_all,
+       isl_dim_all
 };
 
 __isl_give isl_dim *isl_dim_alloc(isl_ctx *ctx,