randyk      2003/11/06 12:04:03

  Modified:    xs/tables/current/ModPerl FunctionTable.pm
  Log:
  Reviewed by:  stas
  
  remove static declaration for modperl_request_read.
  
  Revision  Changes    Path
  1.128     +0 -3      modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -r1.127 -r1.128
  --- FunctionTable.pm  6 Nov 2003 11:22:02 -0000       1.127
  +++ FunctionTable.pm  6 Nov 2003 20:04:03 -0000       1.128
  @@ -5769,9 +5769,6 @@
     {
       'return_type' => 'SSize_t',
       'name' => 'modperl_request_read',
  -    'attr' => [
  -      'static'
  -    ],
       'args' => [
         {
           'type' => 'PerlInterpreter *',
  
  
  

Reply via email to