isl_stream: accept "$" token
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 12 Mar 2011 15:18:39 +0000 (16:18 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 12 Mar 2011 15:18:39 +0000 (16:18 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_stream.c

index 139e4c0..4c61ee4 100644 (file)
@@ -325,6 +325,7 @@ static struct isl_token *next_token(struct isl_stream *s, int same_line)
            c == '^' ||
            c == '=' ||
            c == '@' ||
+           c == '$' ||
            c == ',' ||
            c == '.' ||
            c == ';' ||