diff options
Diffstat (limited to 'source/kit/lower_bound.h')
-rw-r--r-- | source/kit/lower_bound.h | 8 |
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 |