smatch.h: shift some struct members around
commit6a32e08dd29dbbed395c32f0e26d12538438933b
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 14 Nov 2013 08:50:36 +0000 (14 11:50 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 14 Nov 2013 08:50:36 +0000 (14 11:50 +0300)
treee51d7f06a5073846e286ffed1ab53bf706a36fe6
parent3defd863bb41786c74fa3303d3146d882f7edc57
smatch.h: shift some struct members around

Put all the ints together to avoid some struct holes on 64 bit systems.
Also put the bit flags into an unsigned short instead of unsigned int.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.h