You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/06/16 21:11:34 UTC

cvs commit: modperl-2.0/xs/Apache/Const Const.xs

dougm       01/06/16 12:11:34

  Modified:    xs/ModPerl/Const Const.xs
               xs/Apache/Const Const.xs
  Log:
  adjust to bleedperls -Wall cleaner xsubpp
  
  Revision  Changes    Path
  1.2       +0 -3      modperl-2.0/xs/ModPerl/Const/Const.xs
  
  Index: Const.xs
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/ModPerl/Const/Const.xs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Const.xs	2001/04/11 22:53:14	1.1
  +++ Const.xs	2001/06/16 19:11:31	1.2
  @@ -1,6 +1,3 @@
   #include "mod_perl.h"
   
   MODULE = ModPerl::Const    PACKAGE = ModPerl::Const
  -
  -BOOT:
  -    file = file; /* -Wall */
  
  
  
  1.2       +1 -1      modperl-2.0/xs/Apache/Const/Const.xs
  
  Index: Const.xs
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/Const/Const.xs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Const.xs	2001/04/11 22:50:10	1.1
  +++ Const.xs	2001/06/16 19:11:33	1.2
  @@ -4,4 +4,4 @@
   MODULE = Apache::Const    PACKAGE = Apache::Const
   
   BOOT:
  -    newXS("Apache::Const::compile", XS_modperl_const_compile, file);
  +    newXS("Apache::Const::compile", XS_modperl_const_compile, __FILE__);