summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_dtoa.h
blob: ef4200c76cfc5c1cd58138150920b1cae5a1cd59 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/internal/pycore_dtoa.h>
#else
#error "No <internal/pycore_dtoa.h> in Python2"
#endif