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

(-)a/sipbuild/generator/parser/instantiations.py (-1 / +2 lines)
Lines 434-440 Link Here
434
        proto_name = proto_value.value.result.definition
434
        proto_name = proto_value.value.result.definition
435
435
436
        if proto_name.is_simple:
436
        if proto_name.is_simple:
437
            i_name = ScopedName.parse(template_string(proto_name, expansions))
437
            i_name = ScopedName.parse(
438
                    template_string(proto_name.base_name, expansions))
438
            i_result = Argument(type=ArgumentType.DEFINED, definition=i_name)
439
            i_result = Argument(type=ArgumentType.DEFINED, definition=i_name)
439
            i_fcall = FunctionCall(result=i_result,
440
            i_fcall = FunctionCall(result=i_result,
440
                    args=proto_value.value.args)
441
                    args=proto_value.value.args)

Return to bug 859415