Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270438
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +8 lines)
Line  Link Here
0
-- summary.c   2006-04-24 16:14:01.000000000 +0000
0
++ summary.c.new       2009-05-19 16:38:36.000000000 +0000
Lines 84-88 Link Here
84
                      (unsigned long int)(c / entries[i].count),
84
                      (unsigned long int)(c / entries[i].count),
85
                      entries[i].count,
85
                      entries[i].count,
86
                      opt_C ? my_demangle(entries[i].name) : entries[i].name);
86
#ifdef USE_DEMANGLE
87
                       opt_C ? my_demangle(entries[i].name) : entries[i].name
88
#else
89
                       entries[i].name
90
#endif
91
               );
92
87
       }
93
       }
88
       printf
94
       printf

Return to bug 270438