MCPcopy Create free account
hub / github.com/boostorg/build / rule_localize

Function rule_localize

src/engine/rules.c:729–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727
728
729void rule_localize( RULE * rule, module_t * m )
730{
731 rule->module = m;
732 if ( rule->procedure )
733 {
734 FUNCTION * procedure = function_unbind_variables( rule->procedure );
735 function_refer( procedure );
736 function_free( rule->procedure );
737 rule->procedure = procedure;
738 }
739}

Callers 2

import_base_ruleFunction · 0.85
builtin_importFunction · 0.85

Calls 3

function_referFunction · 0.85
function_freeFunction · 0.85

Tested by

no test coverage detected