[...]
>>  Log:
>>  Improve the exports generating awk script.  In the past, we had
>>  work around problems in the awk script by avoiding some #if and
>>  #ifdefs.  This has bitten us many times in generating the exports.c
>>  file.  This improvement allows corrects the header file parsing.

Brain Harvard wrote: 
> This now misses a few things, especially most of the macro 
> generated hooks:
> 
> F:\Apache\httpd-2.0\server>grep ap_hook_ exports.c.old | wc -l
>      44
> 
> F:\Apache\httpd-2.0\server>grep ap_run_ exports.c.old | wc -l
>      24
> 
> F:\Apache\httpd-2.0\server>grep ap_hook_ exports.c | wc -l
>       0
> 
> F:\Apache\httpd-2.0\server>grep ap_run_ exports.c | wc -l
>       2

Whoops. Sorry about that. I missed the AP_HOOK_ stuff...
I'll submit a patch shortly.

Sander

Reply via email to