ObjFW  Diff

Differences From Artifact [25f4cd81db]:

To Artifact [f69742e62e]:


71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#ifdef __MINGW32__
# define strtod __strtod
#endif

#ifdef OF_AMIGAOS_M68K
/* libnix has strtod, but not strtof */
# define strtof strtod
/* libnix has strtoimax/strtoumax, but not strtoll/strtoull */
# define strtoll strtoimax
# define strtoull strtoumax
#endif

static struct {
	Class isa;
} placeholder;

#if defined(HAVE_STRTOF_L) || defined(HAVE_STRTOD_L)







<
<
<







71
72
73
74
75
76
77



78
79
80
81
82
83
84
#ifdef __MINGW32__
# define strtod __strtod
#endif

#ifdef OF_AMIGAOS_M68K
/* libnix has strtod, but not strtof */
# define strtof strtod



#endif

static struct {
	Class isa;
} placeholder;

#if defined(HAVE_STRTOF_L) || defined(HAVE_STRTOD_L)