Print this page
11972 resync smatch

*** 39,49 **** struct string_list *filelist = NULL; char *file; preprocess_only = 1; sparse_initialize(argc, argv, &filelist); ! FOR_EACH_PTR_NOTAG(filelist, file) { sparse(file); ! } END_FOR_EACH_PTR_NOTAG(file); show_identifier_stats(); return 0; } --- 39,49 ---- struct string_list *filelist = NULL; char *file; preprocess_only = 1; sparse_initialize(argc, argv, &filelist); ! FOR_EACH_PTR(filelist, file) { sparse(file); ! } END_FOR_EACH_PTR(file); show_identifier_stats(); return 0; }