Fix core dump on anonymous symbol.
commit3849151a8fd01d1bc3536eb17949f862da900710
authorChristopher Li <sparse@chrisli.org>
Sat, 10 Feb 2007 00:15:40 +0000 (9 16:15 -0800)
committerJosh Triplett <josh@freedesktop.org>
Fri, 23 Feb 2007 04:29:15 +0000 (22 20:29 -0800)
tree6f83cebc30b93c70b2079922acf268bcbeb3c2b8
parent35fc4ae6e7a789a9a739c3a68af7dd8630c3e10c
Fix core dump on anonymous symbol.

Using the following can generate anonymous symbol without
initializer expression.

return (struct foo) {};

It would be nice if sparse does not crash on it.

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