extern inline
# if !defined(__sun)
const
-# endif
+# endif
char *
dgettext (const char *domain, const char *msgid)
{
#if defined __GNUC__ || defined __clang__
__inline
-#else
-#ifdef __cplusplus
+#elif defined __cplusplus
inline
#endif
-#endif
static const char *
pgettext_aux (const char *domain,
const char *msg_ctxt_id, const char *msgid,
#if defined __GNUC__ || defined __clang__
__inline
-#else
-#ifdef __cplusplus
+#elif defined __cplusplus
inline
#endif
-#endif
static const char *
npgettext_aux (const char *domain,
const char *msg_ctxt_id, const char *msgid,
#if defined __GNUC__ || defined __clang__
__inline
-#else
-#ifdef __cplusplus
+#elif defined __cplusplus
inline
#endif
-#endif
static const char *
dcpgettext_expr (const char *domain,
const char *msgctxt, const char *msgid,
#if defined __GNUC__ || defined __clang__
__inline
-#else
-#ifdef __cplusplus
+#elif defined __cplusplus
inline
#endif
-#endif
static const char *
dcnpgettext_expr (const char *domain,
const char *msgctxt, const char *msgid,