summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_ast.h
blob: 22ce103132cbb7e870d51e404b2b049b3b5506c6 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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