add isl_basic_map_equate
[platform/upstream/isl.git] / include / isl / stream.h
index 7c19299..90b92f7 100644 (file)
@@ -37,7 +37,7 @@ enum isl_token_type { ISL_TOKEN_ERROR = -1,
                        ISL_TOKEN_LAST };
 
 struct isl_token {
-       enum isl_token_type  type;
+       int type;
 
        unsigned int on_new_line : 1;
        unsigned is_keyword : 1;