From 23e63540f2d3ff6da230d1a29aecf33b49d2874d Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 16 Feb 2024 02:37:41 +0100 Subject: Update kit --- source/kit/lower_bound.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'source/kit/lower_bound.h') diff --git a/source/kit/lower_bound.h b/source/kit/lower_bound.h index 2ee04b9..eb437ed 100644 --- a/source/kit/lower_bound.h +++ b/source/kit/lower_bound.h @@ -35,10 +35,8 @@ extern "C" { } #endif -#ifndef KIT_DISABLE_SHORT_NAMES -# define LOWER_BOUND_INL KIT_LOWER_BOUND_INL -# define LOWER_BOUND KIT_LOWER_BOUND -# define LOWER_BOUND_REF KIT_LOWER_BOUND_REF -#endif +#define LOWER_BOUND_INL KIT_LOWER_BOUND_INL +#define LOWER_BOUND KIT_LOWER_BOUND +#define LOWER_BOUND_REF KIT_LOWER_BOUND_REF #endif -- cgit v1.2.3