2
0
mirror of https://github.com/boostorg/regex.git synced 2026-02-14 00:52:12 +00:00

Added LC_MESSAGES workaround

[SVN r10420]
This commit is contained in:
John Maddock
2001-06-25 11:29:00 +00:00
parent d36070e4cd
commit 56447e1443

View File

@@ -136,7 +136,7 @@ BOOST_RE_IX_DECL char* re_custom_error_messages[] = {
0,
};
#if !defined(LC_MESSAGES) && defined(BOOST_RE_NO_CAT)
#if !defined(LC_MESSAGES)
#define LC_MESSAGES LC_CTYPE
#endif