summaryrefslogtreecommitdiff
path: root/source/kit/lower_bound.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/kit/lower_bound.h')
-rw-r--r--source/kit/lower_bound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/kit/lower_bound.h b/source/kit/lower_bound.h
index 1ad670b..2ee04b9 100644
--- a/source/kit/lower_bound.h
+++ b/source/kit/lower_bound.h
@@ -31,14 +31,14 @@ extern "C" {
KIT_LOWER_BOUND_INL(return_val, (array).size, \
(op) ((array).values + index_, (value)))
+#ifdef __cplusplus
+}
+#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
-#ifdef __cplusplus
-}
-#endif
-
#endif