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

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