dougm       02/01/18 16:25:41

  Modified:    xs/Apache/SubProcess Apache__SubProcess.h
  Log:
  get rid of warning on win32 - FAILED : macro redefinition
  
  Revision  Changes    Path
  1.9       +1 -0      modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h
  
  Index: Apache__SubProcess.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/SubProcess/Apache__SubProcess.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Apache__SubProcess.h      18 Dec 2001 05:44:16 -0000      1.8
  +++ Apache__SubProcess.h      19 Jan 2002 00:25:41 -0000      1.9
  @@ -15,6 +15,7 @@
       apr_cmdtype_e  cmd_type;
   } exec_info;
   
  +#undef FAILED /* win32 defines a macro with this name */
   #define FAILED(command) ((rc = command) != APR_SUCCESS)
   
   #define SET_TIMEOUT(fp) \
  
  
  


Reply via email to