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

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