isl_stream: accept "@" token
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 7 Mar 2010 17:55:57 +0000 (18:55 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 9 Mar 2010 11:38:12 +0000 (12:38 +0100)
isl_stream.c

index 37fa75f..2023956 100644 (file)
@@ -272,6 +272,7 @@ static struct isl_token *next_token(struct isl_stream *s, int same_line)
            c == '*' ||
            c == '^' ||
            c == '=' ||
+           c == '@' ||
            c == ',' ||
            c == ';' ||
            c == '[' ||