I think this is the most suitable place to add the typemap for 'double'. Is that correct? I'm just writing a function that returns double.
Index: xs/maps/apache_types.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/apache_types.map,v retrieving revision 1.6 diff -u -r1.6 apache_types.map --- xs/maps/apache_types.map 10 Sep 2001 06:42:51 -0000 1.6 +++ xs/maps/apache_types.map 20 Mar 2002 04:50:26 -0000 @@ -50,6 +50,7 @@ long int | IV unsigned long | UV unsigned | UV +double | NV char * | PV const char * | PV _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
