From: Stefan Fritsch Date: Sat, 25 Feb 2012 05:30:43 +0000 (+0000) Subject: Fix another compiler warning X-Git-Tag: 2.5.0-alpha~7442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cba7493ed642aec4f6e8aa0a8f0abaab3cb4c794;p=apache Fix another compiler warning Submitted by: Daniel Shahaf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293535 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mpm.h b/include/ap_mpm.h index b061c0a23b..71f8f47caa 100644 --- a/include/ap_mpm.h +++ b/include/ap_mpm.h @@ -218,7 +218,7 @@ extern void moncontrol(int); #define AP_MONCONTROL(x) #endif -#if AP_ENABLE_EXCEPTION_HOOK +#ifdef AP_ENABLE_EXCEPTION_HOOK typedef struct ap_exception_info_t { int sig; pid_t pid;