dougm       01/06/16 12:14:10

  Modified:    xs/ModPerl/Const Const.xs
               xs/Apache/Const Const.xs
  Log:
  shutup xsubpp plea for prototyping behavior
  
  Revision  Changes    Path
  1.3       +3 -0      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Const.xs  2001/06/16 19:11:31     1.2
  +++ Const.xs  2001/06/16 19:14:08     1.3
  @@ -1,3 +1,6 @@
   #include "mod_perl.h"
   
   MODULE = ModPerl::Const    PACKAGE = ModPerl::Const
  +
  +PROTOTYPES: disable
  +
  
  
  
  1.3       +2 -0      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Const.xs  2001/06/16 19:11:33     1.2
  +++ Const.xs  2001/06/16 19:14:09     1.3
  @@ -3,5 +3,7 @@
   
   MODULE = Apache::Const    PACKAGE = Apache::Const
   
  +PROTOTYPES: disable
  +
   BOOT:
       newXS("Apache::Const::compile", XS_modperl_const_compile, __FILE__);
  
  
  

Reply via email to