isl_stream: accept "%" token
authorSven Verdoolaege <sven@nestor.cs.kuleuven.be>
Thu, 18 Mar 2010 16:43:59 +0000 (17:43 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 18 Mar 2010 22:16:34 +0000 (23:16 +0100)
isl_stream.c

index f32c494..f85d90f 100644 (file)
@@ -270,6 +270,7 @@ static struct isl_token *next_token(struct isl_stream *s, int same_line)
            c == '+' ||
            c == '/' ||
            c == '*' ||
+           c == '%' ||
            c == '^' ||
            c == '=' ||
            c == '@' ||