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 2002/08/15 04:51:19 UTC

cvs commit: modperl-2.0/xs/maps apache_types.map

stas        2002/08/14 19:51:19

  Modified:    xs/maps  apache_types.map
  Log:
  add a typemap for 'int *' which is needed by ap_get_remote_host
  
  Revision  Changes    Path
  1.8       +1 -1      modperl-2.0/xs/maps/apache_types.map
  
  Index: apache_types.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_types.map,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- apache_types.map	26 Mar 2002 01:52:12 -0000	1.7
  +++ apache_types.map	15 Aug 2002 02:51:19 -0000	1.8
  @@ -43,7 +43,7 @@
   ##########  Standard types  ##########
   
   int             | IV
  -int *           | UNDEFINED
  +int *           | PTR
   unsigned int    | UV
   signed int      | IV
   long            | IV