aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/longintrepr.h
blob: 4c6441dad25f2e12fa6e6ba9278fcc350f44c8e6 (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