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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/floatobject.h>
#else
#include <contrib/tools/python/src/Include/floatobject.h>
#endif