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

Function rule_localize

v2/engine/rules.c:730–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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