diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-21 12:53:08 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:35 +1030 |
commit | a05c5153ad6b4082de209ed1154034ccd3b68326 (patch) | |
tree | 9a23ca488571138c885dac0a27aa4604656a4332 /fpconv.h | |
parent | 1a5473c323230a830bfb8f353b73f1a3168cf9f5 (diff) | |
download | lua-cjson-a05c5153ad6b4082de209ed1154034ccd3b68326.tar.gz lua-cjson-a05c5153ad6b4082de209ed1154034ccd3b68326.tar.bz2 lua-cjson-a05c5153ad6b4082de209ed1154034ccd3b68326.zip |
Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONV
Diffstat (limited to 'fpconv.h')
-rw-r--r-- | fpconv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ | |||
6 | * -1.7976931348623e+308 */ | 6 | * -1.7976931348623e+308 */ |
7 | # define FPCONV_G_FMT_BUFSIZE 32 | 7 | # define FPCONV_G_FMT_BUFSIZE 32 |
8 | 8 | ||
9 | #ifdef USE_INTERNAL_DTOA | 9 | #ifdef USE_INTERNAL_FPCONV |
10 | static inline void fpconv_init() | 10 | static inline void fpconv_init() |
11 | { | 11 | { |
12 | /* Do nothing - not required */ | 12 | /* Do nothing - not required */ |