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

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