From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- lib/unicase/special-casing.in.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/unicase/special-casing.in.h') 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 +#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 -- cgit v1.2.3