aboutsummaryrefslogtreecommitdiff
path: root/fpconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpconv.h')
-rw-r--r--fpconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpconv.h b/fpconv.h
index ac2f2c4..0124908 100644
--- a/fpconv.h
+++ b/fpconv.h
@@ -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
10static inline void fpconv_init() 10static inline void fpconv_init()
11{ 11{
12 /* Do nothing - not required */ 12 /* Do nothing - not required */