From 03a9a972ce256129d304d973dd0e1100b1df6190 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 12 Jan 2006 10:37:33 +0000 Subject: replacing double with NV as suggested by rafael: NV is the portable typedef perl's Configure figures out for floating point values. And since it's an internal type the typemap is easier. See: $ perl -V:nvtype nvtype='double'; --- perl-install/c/stuff.xs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index 4a1f845c2..6117705d6 100644 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -226,7 +226,7 @@ floppy_info(name) OUTPUT: RETVAL -double +NV total_sectors(fd) int fd CODE: -- cgit v1.2.1