Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 447708 | Differences between
and this patch

Collapse All | Expand All

(-)gcc-4.7.2/fixincludes/inclhack.def.orig (-1 / +1 lines)
Lines 1898-1904 Link Here
1898
fix = {
1898
fix = {
1899
    hackname = hpux10_stdio_declarations;
1899
    hackname = hpux10_stdio_declarations;
1900
    files    = stdio.h;
1900
    files    = stdio.h;
1901
    select   = "^#[ \t]*define _iob[ \t]*__iob";
1901
    select   = "^#[ \t]*define _iob[ \t]*__iob$";
1902
    bypass   = "^[ \t]*extern[ \t]*int[ \t]*vsnprintf[ \t]*\\(";
1902
    bypass   = "^[ \t]*extern[ \t]*int[ \t]*vsnprintf[ \t]*\\(";
1903
    c_fix     = format;
1903
    c_fix     = format;
1904
    c_fix_arg = "%0\n\n"
1904
    c_fix_arg = "%0\n\n"

Return to bug 447708