There ain't Perl_atonv().
Jarkko Hietaniemi [Tue, 6 Jul 1999 16:52:20 +0000 (16:52 +0000)]
p4raw-id: //depot/cfgperl@3618

ext/ByteLoader/bytecode.h

index 04a05e4..1dda7e6 100644 (file)
@@ -73,7 +73,7 @@ typedef IV IV64;
 #define BGET_NV(arg) STMT_START {      \
        char *str;                      \
        BGET_strconst(str);             \
-       arg = Perl_atonv(str);          \
+       arg = Atof(str);                \
     } STMT_END
 
 #define BGET_objindex(arg, type) STMT_START {  \