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

(-)tools/build/v2/engine/function.c (-1 / +1 lines)
Lines 2824-2830 Link Here
2824
        *line = -1;
2824
        *line = -1;
2825
    }
2825
    }
2826
#ifdef HAVE_PYTHON
2826
#ifdef HAVE_PYTHON
2827
    if ( function_->type == FUNCTION_PYTHON )
2827
    else if ( function_->type == FUNCTION_PYTHON )
2828
    {
2828
    {
2829
        *file = constant_builtin;
2829
        *file = constant_builtin;
2830
        *line = -1;
2830
        *line = -1;

Return to bug 503420