Fix a bug that match_idents forget to end with NULL
commit1ceef2e2de554a64aef58622a6fc359c9a3f4c89
authorChristopher Li <sparse@chrisli.org>
Fri, 23 Feb 2007 22:30:27 +0000 (23 14:30 -0800)
committerJosh Triplett <josh@freedesktop.org>
Sun, 25 Feb 2007 22:30:02 +0000 (25 14:30 -0800)
tree847b198c13827c604dc8b5b1a41c1a595808b3f3
parent6983e0f5213027c271dafd4603d729693bf3139f
Fix a bug that match_idents forget to end with NULL

Pavel Roskin manage to hit this bug with

struct st {
       char c;
} __attribute__ ((aligned(2)));
struct st s1;
struct st s2;

Signed-Off-By: Christopher Li <sparse@chrisli.org>
parse.c