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/02/18 22:57:51 UTC

cvs commit: modperl-2.0/src/modules/perl modperl_apache_xs.c modperl_apache_xs.h

dougm       01/02/18 13:57:51

  Modified:    lib/ModPerl Code.pm
  Removed:     src/modules/perl modperl_apache_xs.c modperl_apache_xs.h
  Log:
  remove modperl_apache_xs.[ch]
  
  Revision  Changes    Path
  1.40      +1 -1      modperl-2.0/lib/ModPerl/Code.pm
  
  Index: Code.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Code.pm,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- Code.pm	2001/02/01 21:35:42	1.39
  +++ Code.pm	2001/02/18 21:57:50	1.40
  @@ -453,7 +453,7 @@
   );
   
   my @c_src_names = qw(interp tipool log config options callback gtop
  -                     util filter apache_xs);
  +                     util filter);
   my @g_c_names = map { "modperl_$_" } qw(hooks directives flags xsinit);
   my @c_names   = ('mod_perl', (map "modperl_$_", @c_src_names));
   sub c_files { [map { "$_.c" } @c_names, @g_c_names] }