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

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