MCPcopy Create free account
hub / github.com/Entware/Entware / dep_stack_remove

Function dep_stack_remove

scripts/config/symbol.c:963–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963static void dep_stack_remove(void)
964{
965 check_top = check_top->prev;
966 if (check_top)
967 check_top->next = NULL;
968}
969
970/*
971 * Called when we have detected a recursive dependency.

Callers 4

sym_check_sym_depsFunction · 0.85
sym_check_choice_depsFunction · 0.85
sym_check_depsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected