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

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