diff options
Diffstat (limited to 'lib/unicase/special-casing.in.h')
-rw-r--r-- | lib/unicase/special-casing.in.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/unicase/special-casing.in.h b/lib/unicase/special-casing.in.h index 5683a452..db8b8438 100644 --- a/lib/unicase/special-casing.in.h +++ b/lib/unicase/special-casing.in.h @@ -25,6 +25,11 @@ #include <stddef.h> +#ifdef __cplusplus +extern "C" { +#endif + + /* A special casing context. A context is negated through x -> -x. */ enum @@ -67,3 +72,8 @@ struct special_casing_rule extern const struct special_casing_rule * gl_unicase_special_lookup (const char *str, size_t len); + + +#ifdef __cplusplus +} +#endif |