Print this page
11972 resync smatch

*** 1,10 **** --- 1,18 ---- #ifndef TARGET_H #define TARGET_H extern struct symbol *size_t_ctype; extern struct symbol *ssize_t_ctype; + extern struct symbol *intmax_ctype; + extern struct symbol *uintmax_ctype; + extern struct symbol *int64_ctype; + extern struct symbol *uint64_ctype; + extern struct symbol *int32_ctype; + extern struct symbol *uint32_ctype; + extern struct symbol *wchar_ctype; + extern struct symbol *wint_ctype; /* * For "__attribute__((aligned))" */ extern int max_alignment;
*** 18,29 **** extern int bits_in_int; extern int bits_in_long; extern int bits_in_longlong; extern int bits_in_longlonglong; - extern int bits_in_wchar; - extern int max_int_alignment; /* * Floating point data types */ --- 26,35 ----