aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/pgenheaders.h
blob: 5ff3c27b2671d249c94da952e954f902ba4f0eb7 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#error "No <pgenheaders.h> in Python3"
#else 
#include <contrib/tools/python/src/Include/pgenheaders.h> 
#endif