From b0f4daae36897026b5607acca6b29f26dc02c21f Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Fri, 9 Nov 2012 15:13:21 +0300 Subject: [PATCH] sval: type: declare type_positive_bits() in the smatch.h file Signed-off-by: Dan Carpenter --- smatch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/smatch.h b/smatch.h index c49c016f..18cfeeeb 100644 --- a/smatch.h +++ b/smatch.h @@ -253,6 +253,7 @@ struct statement *get_current_statement(void); /* smatch_type.c */ struct symbol *get_real_base_type(struct symbol *sym); +int type_positive_bits(struct symbol *type); struct symbol *get_pointer_type(struct expression *expr); struct symbol *get_type(struct expression *expr); int type_unsigned(struct symbol *base_type); -- 2.11.4.GIT