smatch: fix build error
commit33345193d59ec2d996de46e803b470a1bdbbcb98
authorEmil Tantilov <emil.s.tantilov@intel.com>
Thu, 31 Jan 2013 22:44:31 +0000 (31 14:44 -0800)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 1 Feb 2013 07:43:12 +0000 (1 10:43 +0300)
tree28d16633ce8d79ca545a59e45968ffdf6be2c9d2
parentd63d438f90608f313c079c25fb5ab1282acee4ca
smatch: fix build error

In file included from smatch.c:14:
smatch.h:366: error: unknown field ‘value’ specified in initializer
smatch.h:370: error: unknown field ‘value’ specified in initializer
make: *** [smatch.o] Error 1

This patch wraps the union members with braces at init in order to
fix the above error.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
smatch.h
smatch_math.c