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

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