aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/longintrepr.h
blob: 73d0184bf9ff313e7aa848bff65848341238d102 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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