summaryrefslogtreecommitdiffstats
path: root/Include/dtoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/dtoa.h')
-rw-r--r--Include/dtoa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/dtoa.h b/Include/dtoa.h
index 9b434b7..819bd0f 100644
--- a/Include/dtoa.h
+++ b/Include/dtoa.h
@@ -1,3 +1,4 @@
+#ifndef Py_LIMITED_API
#ifndef PY_NO_SHORT_FLOAT_REPR
#ifdef __cplusplus
extern "C" {
@@ -13,3 +14,4 @@ PyAPI_FUNC(void) _Py_dg_freedtoa(char *s);
}
#endif
#endif
+#endif