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

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