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

Collapse All | Expand All

(-)a/lib/libtcc1.c (+5 lines)
Lines 647-652 struct __va_list_struct { Link Here
647
    char *reg_save_area;
647
    char *reg_save_area;
648
};
648
};
649
649
650
#undef __va_start
651
#undef __va_arg
652
#undef __va_copy
653
#undef __va_end
654
650
void *__va_start(void *fp)
655
void *__va_start(void *fp)
651
{
656
{
652
    struct __va_list_struct *ap =
657
    struct __va_list_struct *ap =

Return to bug 502452