summaryrefslogtreecommitdiff
path: root/source/kit/lower_bound.h
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-02-16 02:37:41 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-02-16 02:37:41 +0100
commit23e63540f2d3ff6da230d1a29aecf33b49d2874d (patch)
tree46ce92001537d37dd9ef7a164880db1a97aa12b5 /source/kit/lower_bound.h
parent34df687daf49b29e0f2b4d7e0be3bd69df1c40c9 (diff)
downloadsaw-23e63540f2d3ff6da230d1a29aecf33b49d2874d.zip
Update kit
Diffstat (limited to 'source/kit/lower_bound.h')
-rw-r--r--source/kit/lower_bound.h8
1 files changed, 3 insertions, 5 deletions
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