You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/02/25 06:30:43 UTC

svn commit: r1293535 - /httpd/httpd/trunk/include/ap_mpm.h

Author: sf
Date: Sat Feb 25 05:30:43 2012
New Revision: 1293535

URL: http://svn.apache.org/viewvc?rev=1293535&view=rev
Log:
Fix another compiler warning

Submitted by: Daniel Shahaf <danielsh elego de>

Modified:
    httpd/httpd/trunk/include/ap_mpm.h

Modified: httpd/httpd/trunk/include/ap_mpm.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mpm.h?rev=1293535&r1=1293534&r2=1293535&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mpm.h (original)
+++ httpd/httpd/trunk/include/ap_mpm.h Sat Feb 25 05:30:43 2012
@@ -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;