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

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