Print this page
11972 resync smatch

*** 62,72 **** #if 1 show_symbol_list(list, "\n\n"); printf("\n\n"); #endif ! FOR_EACH_PTR_NOTAG(filelist, file) { list = sparse(file); // Simplification clean_up_symbols(list); --- 62,72 ---- #if 1 show_symbol_list(list, "\n\n"); printf("\n\n"); #endif ! FOR_EACH_PTR(filelist, file) { list = sparse(file); // Simplification clean_up_symbols(list);
*** 73,83 **** #if 1 // Show the end result. show_symbol_list(list, "\n\n"); printf("\n\n"); #endif ! } END_FOR_EACH_PTR_NOTAG(file); #if 0 // And show the allocation statistics show_ident_alloc(); show_token_alloc(); --- 73,83 ---- #if 1 // Show the end result. show_symbol_list(list, "\n\n"); printf("\n\n"); #endif ! } END_FOR_EACH_PTR(file); #if 0 // And show the allocation statistics show_ident_alloc(); show_token_alloc();