You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/11/08 17:29:19 UTC

cvs commit: httpd-2.0/os/win32 os.h

wrowe       2002/11/08 08:29:19

  Modified:    os/win32 os.h
  Log:
    A comment which no longer applies (proper AP_DECLARE_DATA voided the
    disclaimer.)
  
  Revision  Changes    Path
  1.55      +1 -2      httpd-2.0/os/win32/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/win32/os.h,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- os.h	18 Sep 2002 16:42:02 -0000	1.54
  +++ os.h	8 Nov 2002 16:29:19 -0000	1.55
  @@ -88,8 +88,7 @@
    * 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;