Print this page
11972 resync smatch

@@ -62,11 +62,11 @@
 #if 1
         show_symbol_list(list, "\n\n");
         printf("\n\n");
 #endif
 
-        FOR_EACH_PTR_NOTAG(filelist, file) {
+        FOR_EACH_PTR(filelist, file) {
                 list = sparse(file);
 
                 // Simplification
                 clean_up_symbols(list);
 

@@ -73,11 +73,11 @@
 #if 1
                 // Show the end result.
                 show_symbol_list(list, "\n\n");
                 printf("\n\n");
 #endif
-        } END_FOR_EACH_PTR_NOTAG(file);
+        } END_FOR_EACH_PTR(file);
 
 #if 0
         // And show the allocation statistics
         show_ident_alloc();
         show_token_alloc();