repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git]
/
shotgun
/
lib
/
strtod.h
blob
0d0b20d731c4f50affd5593fa2e349f36ca48607
1
#ifndef RBS_STRTOD_H
2
#define RBS_STRTOD_H
3
4
#undef strtod
5
6
#include
"gdtoa.h"
7
#define strtod ruby_strtod
8
9
#endif