dougm       01/10/21 22:42:23

  Modified:    src/modules/perl modperl_const.c
  Log:
  XSRETURN_YES in ModPerl::Const::import makes win32 blowup; XSRETURN_EMPTY is ok
  
  Revision  Changes    Path
  1.8       +1 -1      modperl-2.0/src/modules/perl/modperl_const.c
  
  Index: modperl_const.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_const.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- modperl_const.c   2001/05/04 03:44:23     1.7
  +++ modperl_const.c   2001/10/22 05:42:23     1.8
  @@ -106,5 +106,5 @@
           (void)modperl_const_compile(aTHX_ classname, arg, SvPV(ST(i), n_a));
       }
   
  -    XSRETURN_YES;
  +    XSRETURN_EMPTY;
   }
  
  
  


Reply via email to