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

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