summaryrefslogtreecommitdiff
path: root/source/kit/move_back.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/kit/move_back.h')
-rw-r--r--source/kit/move_back.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/kit/move_back.h b/source/kit/move_back.h
index 7313a1e..b6eb979 100644
--- a/source/kit/move_back.h
+++ b/source/kit/move_back.h
@@ -38,14 +38,14 @@ extern "C" {
KIT_MOVE_BACK_INL(new_size, array, \
(cond) ((array).values + index_, (value)))
+#ifdef __cplusplus
+}
+#endif
+
#ifndef KIT_DISABLE_SHORT_NAMES
# define MOVE_BACK_INL KIT_MOVE_BACK_INL
# define MOVE_BACK KIT_MOVE_BACK
# define MOVE_BACK_REF KIT_MOVE_BACK_REF
#endif
-#ifdef __cplusplus
-}
-#endif
-
#endif