summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/pgen.h
blob: c01d3fc937a88ff5907df56d296ebb4881dbe4b6 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#error "No <pgen.h> in Python3"
#else
#include <contrib/tools/python/src/Include/pgen.h>
#endif