isl_input.c: accept_div: accept floor/ceil of rational affine expression
[platform/upstream/isl.git] / include / isl / stream.h
index 7484af1..d3f65e4 100644 (file)
@@ -35,6 +35,7 @@ enum isl_token_type { ISL_TOKEN_ERROR = -1,
                        ISL_TOKEN_CEILD, ISL_TOKEN_FLOORD, ISL_TOKEN_MOD,
                        ISL_TOKEN_STRING,
                        ISL_TOKEN_MAP, ISL_TOKEN_AFF,
+                       ISL_TOKEN_CEIL, ISL_TOKEN_FLOOR,
                        ISL_TOKEN_LAST };
 
 struct isl_token {