summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/internal/pycore_floatobject.h
blob: 074e660978c53ed05b21b0a89c017edfe88ee8e7 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/internal/pycore_floatobject.h>
#else
#error "No <internal/pycore_floatobject.h> in Python2"
#endif