From f246cc564c028dac54bdb01e36c303d155ae815f Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 25 Feb 2012 05:30:43 +0000 Subject: [PATCH] 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 --- include/ap_mpm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ap_mpm.h b/include/ap_mpm.h index b061c0a23b8..71f8f47caa2 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; -- 2.47.3