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/03/26 02:52:12 UTC

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

stas        02/03/25 17:52:12

  Modified:    xs/maps  apache_types.map
  Log:
  add the typemap for 'double' needed by xs_generate
  
  Revision  Changes    Path
  1.7       +1 -0      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apache_types.map	10 Sep 2001 06:42:51 -0000	1.6
  +++ apache_types.map	26 Mar 2002 01:52:12 -0000	1.7
  @@ -50,6 +50,7 @@
   long int        | IV
   unsigned long   | UV
   unsigned        | UV
  +double          | NV
   
   char *                   | PV
   const char *             | PV