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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/pytypedefs.h>
#else
#error "No <pytypedefs.h> in Python2"
#endif