Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / ext / ByteLoader / bytecode.h
index 9d597fb..1dda7e6 100644 (file)
@@ -70,10 +70,10 @@ typedef IV IV64;
        arg = PL_tokenbuf;                      \
     } STMT_END
 
-#define BGET_double(arg) STMT_START {  \
+#define BGET_NV(arg) STMT_START {      \
        char *str;                      \
        BGET_strconst(str);             \
-       arg = atof(str);                \
+       arg = Atof(str);                \
     } STMT_END
 
 #define BGET_objindex(arg, type) STMT_START {  \