aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/opcode.h
blob: b4277121ca79fef06906877007ae9973134be83b (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/opcode.h>
#else
#include <contrib/tools/python/src/Include/opcode.h>
#endif