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

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