pike.git
/
src
/
call_out.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/call_out.c:301:
{ return pending_calls[0]->time; }else{ return 0; } } #ifdef DEBUG void verify_all_call_outs() {
-
int e;
+
verify_call_outs();
-
for(e=0;e<num_pending_calls;e++)
-
{
-
checked((void *)pending_calls[e]->caller,1);
-
checked((void *)pending_calls[e]->args,1);
+
}
-
}
+
#endif