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

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