projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0ff7f81
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/ByteLoader/bytecode.h
b/ext/ByteLoader/bytecode.h
index
04a05e4
..
1dda7e6
100644
(file)
--- a/
ext/ByteLoader/bytecode.h
+++ b/
ext/ByteLoader/bytecode.h
@@
-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 { \