From: William A. Rowe Jr Date: Fri, 8 Nov 2002 16:29:19 +0000 (+0000) Subject: A comment which no longer applies (proper AP_DECLARE_DATA voided the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3393596eba4842873a04f366d83bef5c43194fcf;p=thirdparty%2Fapache%2Fhttpd.git A comment which no longer applies (proper AP_DECLARE_DATA voided the disclaimer.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97460 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/win32/os.h b/os/win32/os.h index f7c38a3f5c7..7d6be04bd83 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -88,8 +88,7 @@ extern "C" { * status. This header must only be included from modules linked into * the ApacheCore.dll - since it's a horrible behavior to exit() from * any module outside the main() block, and we -will- assume it's a - * fatal error. No dynamically linked module will ever be able to find - * the real_exit_code, and _will_ GP fault if it tries this macro. + * fatal error. */ AP_DECLARE_DATA extern int real_exit_code;