dougm       00/03/31 10:22:28

  Modified:    src/modules/perl mod_perl.h
  Log:
  see PERL_IS_5_6 in apache_inc.h
  
  Revision  Changes    Path
  1.97      +5 -3      modperl/src/modules/perl/mod_perl.h
  
  Index: mod_perl.h
  ===================================================================
  RCS file: /home/cvs/modperl/src/modules/perl/mod_perl.h,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- mod_perl.h        2000/03/30 00:44:40     1.96
  +++ mod_perl.h        2000/03/31 18:22:26     1.97
  @@ -100,13 +100,15 @@
   #undef die
   #undef __attribute__
   
  +#ifdef pTHX_
  +#define PERL_IS_5_6
  +#endif
  +
   #ifndef _INCLUDE_APACHE_FIRST
   #include "apache_inc.h"
   #endif
   
  -#ifdef pTHX_
  -#define PERL_IS_5_6
  -#else
  +#ifndef PERL_IS_5_6
   #define pTHX_
   #define aTHXo_
   #define CopFILEGV(cop) cop->cop_filegv
  
  
  

Reply via email to