isl_stream: accept ";" token
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 19 Feb 2010 10:55:14 +0000 (11:55 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 19 Feb 2010 10:55:14 +0000 (11:55 +0100)
isl_stream.c

index 8d4fca7..344d1b8 100644 (file)
@@ -186,6 +186,7 @@ static struct isl_token *next_token(struct isl_stream *s, int same_line)
            c == '=' ||
            c == ',' ||
            c == ':' ||
+           c == ';' ||
            c == '[' ||
            c == ']' ||
            c == '{' ||