gmio_core: in string_parse.c, enable GMIO_USE_FAST_ATOF by default

This commit is contained in:
Hugues Delorme 2015-04-02 16:09:49 +02:00
parent 5302ff1ac6
commit 560ca7c28b

View File

@ -17,7 +17,7 @@
#include "helper_stream.h"
#include "string_utils.h"
/*#define GMIO_USE_FAST_ATOF*/
#define GMIO_USE_FAST_ATOF
#ifdef GMIO_USE_FAST_ATOF
# include "fast_atof.h"
#endif