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 ra...@apache.org on 2003/03/14 07:48:57 UTC

cvs commit: modperl/Apache typemap

randyk      2003/03/13 22:48:57

  Modified:    Apache   typemap
  Log:
  Reviewed by:	stas
  change STRLEN typemap from T_IV to T_UV
  
  Revision  Changes    Path
  1.12      +1 -1      modperl/Apache/typemap
  
  Index: typemap
  ===================================================================
  RCS file: /home/cvs/modperl/Apache/typemap,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- typemap	14 Mar 2003 06:05:06 -0000	1.11
  +++ typemap	14 Mar 2003 06:48:57 -0000	1.12
  @@ -15,7 +15,7 @@
   gid_t			T_IV
   Apache::Scoreboard      O_HvRV
   Apache::URI		T_PTROBJ    
  -STRLEN                  T_IV
  +STRLEN                  T_UV
   
   # "perlobject.map"  Dean Roehrich, version 19960302
   #