aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/compile.h
blob: f11b7291afccbc632d5c73bba296542f95623aa7 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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