From ffebf781433ae2533c2e2cf2d7644ba34704f7bc Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 7 Mar 2010 18:55:57 +0100 Subject: [PATCH] isl_stream: accept "@" token --- isl_stream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/isl_stream.c b/isl_stream.c index 37fa75f..2023956 100644 --- a/isl_stream.c +++ b/isl_stream.c @@ -272,6 +272,7 @@ static struct isl_token *next_token(struct isl_stream *s, int same_line) c == '*' || c == '^' || c == '=' || + c == '@' || c == ',' || c == ';' || c == '[' || -- 2.7.4