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 st...@apache.org on 2004/04/14 05:41:39 UTC

cvs commit: modperl-2.0/xs/maps apache_structures.map modperl_functions.map

stas        2004/04/13 20:41:39

  Modified:    xs/Apache/CmdParms Apache__CmdParms.h
               xs/Apache/Directive Apache__Directive.h
               xs/Apache/RequestIO Apache__RequestIO.h
               xs/maps  apache_structures.map modperl_functions.map
  Log:
  tweaks to make the source scanner happy
  
  Revision  Changes    Path
  1.3       +3 -2      modperl-2.0/xs/Apache/CmdParms/Apache__CmdParms.h
  
  Index: Apache__CmdParms.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/CmdParms/Apache__CmdParms.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- Apache__CmdParms.h	4 Mar 2004 06:01:11 -0000	1.2
  +++ Apache__CmdParms.h	14 Apr 2004 03:41:39 -0000	1.3
  @@ -15,9 +15,10 @@
   
   #include "modperl_module.h"
   
  -static MP_INLINE SV *mpxs_Apache__CmdParms_info(pTHX_ cmd_parms *cmd_parms)
  +static MP_INLINE
  +SV *mpxs_Apache__CmdParms_info(pTHX_ cmd_parms *parms)
   {
  -    const char *data = ((modperl_module_cmd_data_t *)cmd_parms->info)->cmd_data;
  +    const char *data = ((modperl_module_cmd_data_t *)parms->info)->cmd_data;
   
       if (data) {
           return newSVpv(data, 0);
  
  
  
  1.8       +1 -1      modperl-2.0/xs/Apache/Directive/Apache__Directive.h
  
  Index: Apache__Directive.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/Directive/Apache__Directive.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- Apache__Directive.h	4 Mar 2004 06:01:12 -0000	1.7
  +++ Apache__Directive.h	14 Apr 2004 03:41:39 -0000	1.8
  @@ -72,7 +72,7 @@
       }
   }
   
  -static MP_INLINE SV* mpxs_Apache__Directive_as_hash(pTHX_
  +static MP_INLINE SV *mpxs_Apache__Directive_as_hash(pTHX_
                                                       ap_directive_t *tree)      
   {
       const char *directive;
  
  
  
  1.44      +1 -1      modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h
  
  Index: Apache__RequestIO.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -u -r1.43 -r1.44
  --- Apache__RequestIO.h	4 Mar 2004 06:01:13 -0000	1.43
  +++ Apache__RequestIO.h	14 Apr 2004 03:41:39 -0000	1.44
  @@ -222,7 +222,7 @@
   #define mpxs_Apache__RequestRec_READ(r, bufsv, len, offset) \
       mpxs_Apache__RequestRec_read(aTHX_ r, bufsv, len, offset)
   
  -static SV* mpxs_Apache__RequestRec_read(pTHX_ request_rec *r,
  +static SV *mpxs_Apache__RequestRec_read(pTHX_ request_rec *r,
                                            SV *bufsv, int len,
                                            int offset)
   {
  
  
  
  1.22      +1 -1      modperl-2.0/xs/maps/apache_structures.map
  
  Index: apache_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_structures.map,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -u -r1.21 -r1.22
  --- apache_structures.map	2 Mar 2004 01:30:09 -0000	1.21
  +++ apache_structures.map	14 Apr 2004 03:41:39 -0000	1.22
  @@ -229,7 +229,7 @@
   </piped_log>
   
   <cmd_parms>
  -   info
  +-   info
      override
      limited
      limited_xmethods
  
  
  
  1.72      +1 -1      modperl-2.0/xs/maps/modperl_functions.map
  
  Index: modperl_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/modperl_functions.map,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -u -r1.71 -r1.72
  --- modperl_functions.map	2 Apr 2004 02:17:46 -0000	1.71
  +++ modperl_functions.map	14 Apr 2004 03:41:39 -0000	1.72
  @@ -139,7 +139,7 @@
   MODULE=Apache::Directive
    mpxs_Apache__Directive_as_string
    mpxs_Apache__Directive_as_hash
  - Apache__Directive_lookup | MPXS_ | ...
  + DEFINE_lookup | MPXS_Apache__Directive_lookup | ...
   
   MODULE=Apache::CmdParms
    mpxs_Apache__CmdParms_info