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

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/longobject.h>
#else
#include <contrib/tools/python/src/Include/longobject.h>
#endif