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 /Makefile | |
| 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 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -6,7 +6,7 @@ | |||
| 6 | ## NaN, Infinity, hex. | 6 | ## NaN, Infinity, hex. |
| 7 | ## | 7 | ## |
| 8 | ## Optional built-in number conversion uses the following defines: | 8 | ## Optional built-in number conversion uses the following defines: |
| 9 | ## USE_INTERNAL_DTOA: Use builtin strtod/dtoa for numeric conversions. | 9 | ## USE_INTERNAL_FPCONV: Use builtin strtod/dtoa for numeric conversions. |
| 10 | ## IEEE_BIG_ENDIAN: Required on big endian architectures. | 10 | ## IEEE_BIG_ENDIAN: Required on big endian architectures. |
| 11 | ## MULTIPLE_THREADS: Must be set when Lua CJSON may be used in a | 11 | ## MULTIPLE_THREADS: Must be set when Lua CJSON may be used in a |
| 12 | ## multi-threaded application. Requries _pthreads_. | 12 | ## multi-threaded application. Requries _pthreads_. |
| @@ -54,7 +54,7 @@ LUA_BIN_DIR = $(PREFIX)/bin | |||
| 54 | 54 | ||
| 55 | ## Enable built in number conversion | 55 | ## Enable built in number conversion |
| 56 | #FPCONV_OBJS = g_fmt.o dtoa.o | 56 | #FPCONV_OBJS = g_fmt.o dtoa.o |
| 57 | #CJSON_CFLAGS += -DUSE_INTERNAL_DTOA | 57 | #CJSON_CFLAGS += -DUSE_INTERNAL_FPCONV |
| 58 | 58 | ||
| 59 | ## Compile built in number conversion for big endian architectures | 59 | ## Compile built in number conversion for big endian architectures |
| 60 | #CJSON_CFLAGS += -DIEEE_BIG_ENDIAN | 60 | #CJSON_CFLAGS += -DIEEE_BIG_ENDIAN |
