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