sval: extra: fall back to llong_ctype if we don't know the condition type
commitaa7df50a5e9f16ab8fbb65dbe746f341cf2ac47d
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 Nov 2012 12:15:03 +0000 (9 15:15 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 9 Nov 2012 12:15:03 +0000 (9 15:15 +0300)
tree56d78ec98b12acd929bd2ff26a65c3aa69c044c5
parentb0f4daae36897026b5607acca6b29f26dc02c21f
sval: extra: fall back to llong_ctype if we don't know the condition type

My concern about using &int_ctype is that it might truncate the values and
we can avoid that by using &llong_ctype.  At the end, we cast it back to
the appropriate type anyway.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_extra.c