summaryrefslogtreecommitdiffstats
path: root/os/win32
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-11-08 17:29:19 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-11-08 17:29:19 +0100
commite3f5de91bc8fe85ac9cbef037a2988a363a2f8a8 (patch)
tree4509ea1054ac01ef6a5ae5d3896f0fcf4ca4f849 /os/win32
parentadjust some parents to make the expression a tiny bit clearer and to (diff)
downloadapache2-e3f5de91bc8fe85ac9cbef037a2988a363a2f8a8.tar.xz
apache2-e3f5de91bc8fe85ac9cbef037a2988a363a2f8a8.zip
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
Diffstat (limited to 'os/win32')
-rw-r--r--os/win32/os.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/win32/os.h b/os/win32/os.h
index f7c38a3f5c..7d6be04bd8 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;