Skip to content

Commit

Permalink
Merge pull request #498 from AllenX2018/fix-issue441
Browse files Browse the repository at this point in the history
fix issue #441: remove strtod definition in strconv.c
  • Loading branch information
akheron committed Oct 21, 2019
2 parents f75dc84 + c3958a3 commit 79075d5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/strconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
#ifdef __MINGW32__
#undef __NO_ISOCEXT /* ensure stdlib.h will declare prototypes for mingw own 'strtod' replacement, called '__strtod' */
#endif
#include "jansson_private.h"
#include "strbuffer.h"

Expand All @@ -14,10 +11,6 @@
#include <jansson_private_config.h>
#endif

#ifdef __MINGW32__
#define strtod __strtod
#endif

#if JSON_HAVE_LOCALECONV
#include <locale.h>

Expand Down

0 comments on commit 79075d5

Please sign in to comment.