symbol.h uses the standard multiple-inclusion guard, with the symbol SYMBOL_H, but the comment on the final #endif says /* SEMANTIC_H */. Change this to the correct symbol. Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxx> --- symbol.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/symbol.h b/symbol.h index 9d939cf..f308763 100644 --- a/symbol.h +++ b/symbol.h @@ -272,4 +272,4 @@ #define is_restricted_type(type) (get_sy #define is_bitfield_type(type) (get_sym_type(type) == SYM_BITFIELD) extern int is_ptr_type(struct symbol *); -#endif /* SEMANTIC_H */ +#endif /* SYMBOL_H */ -- 1.4.1.1 - To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html