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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/cpython/compile.h>
#else
#error "No <cpython/compile.h> in Python2"
#endif