On Monday 21 February 2011, traw...@apache.org wrote:
> Author: trawick
> Date: Mon Feb 21 12:07:33 2011
> New Revision: 1072937
> 
> URL: http://svn.apache.org/viewvc?rev=1072937&view=rev
> Log:
> add hook function args to the hook probe invocations
> 
> Modified:
>     apr/apr/trunk/include/apr_hooks.h
> 
This breaks compiling of testhooks.c:

testhooks.c:51:1: error: macro "APR_HOOK_PROBE_ENTRY" passed 4 arguments, but 
takes just 3
testhooks.c: In function 'test_run_toyhook':
testhooks.c:51: error: 'APR_HOOK_PROBE_ENTRY' undeclared (first use in this 
function)
testhooks.c:51: error: (Each undeclared identifier is reported only once
testhooks.c:51: error: for each function it appears in.)
testhooks.c:51:1: error: macro "APR_HOOK_PROBE_INVOKE" passed 5 arguments, but 
takes just 4
testhooks.c:51: error: 'APR_HOOK_PROBE_INVOKE' undeclared (first use in this 
function)
testhooks.c:51:1: error: macro "APR_HOOK_PROBE_COMPLETE" passed 6 arguments, 
but takes just 5
testhooks.c:51: error: 'APR_HOOK_PROBE_COMPLETE' undeclared (first use in this 
function)
testhooks.c:51:1: error: macro "APR_HOOK_PROBE_RETURN" passed 5 arguments, but 
takes just 4
testhooks.c:51: error: 'APR_HOOK_PROBE_RETURN' undeclared (first use in this 
function)

Reply via email to