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

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