isl_stream: accept "." token
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 13 Mar 2010 18:45:08 +0000 (19:45 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 13 Mar 2010 18:45:08 +0000 (19:45 +0100)
isl_stream.c

index cf45942..f32c494 100644 (file)
@@ -274,6 +274,7 @@ static struct isl_token *next_token(struct isl_stream *s, int same_line)
            c == '=' ||
            c == '@' ||
            c == ',' ||
+           c == '.' ||
            c == ';' ||
            c == '[' ||
            c == ']' ||