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