aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/longobject.h
blob: a2ab1329a4a811044c64e4158f18eaa663c40221 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/longobject.h> 
#else 
#include <contrib/tools/python/src/Include/longobject.h> 
#endif