Re: svn commit: r188846 - in /httpd/httpd/trunk: include/mpm_common.h server/mpm_common.c

2005-06-07 Thread Justin Erenkrantz
--On Wednesday, June 8, 2005 12:49 AM +0100 Nick Kew <[EMAIL PROTECTED]> wrote: OK, I've updated it thusly. But what version of gcc is that? I'm using gcc 3.3.4, and that was happy with it. % gcc -v Reading specs from /usr/lib/gcc-lib/ia64-redhat-linux/3.2.3/specs Configured with: ../configu

Re: svn commit: r188846 - in /httpd/httpd/trunk: include/mpm_common.h server/mpm_common.c

2005-06-07 Thread Nick Kew
Justin Erenkrantz wrote: > --On Tuesday, June 7, 2005 7:13 PM + [EMAIL PROTECTED] wrote: > >> +APR_HOOK_STRUCT( >> +#if AP_ENABLE_EXCEPTION_HOOK >> +APR_HOOK_LINK(fatal_exception) >> +#endif >> +APR_HOOK_LINK(monitor) >> +) >> + > > > gcc (at least the one on RHEL3) forbids the use o

Re: svn commit: r188846 - in /httpd/httpd/trunk: include/mpm_common.h server/mpm_common.c

2005-06-07 Thread Justin Erenkrantz
--On Tuesday, June 7, 2005 7:13 PM + [EMAIL PROTECTED] wrote: +APR_HOOK_STRUCT( +#if AP_ENABLE_EXCEPTION_HOOK +APR_HOOK_LINK(fatal_exception) +#endif +APR_HOOK_LINK(monitor) +) + gcc (at least the one on RHEL3) forbids the use of preprocessor conditionals inside of a macro. So, t