Cleaned up comments to make regex.h C compatible.

[SVN r25414]
This commit is contained in:
John Maddock
2004-09-26 10:25:31 +00:00
parent c0e6b1f5a2
commit 396136146f
3 changed files with 44 additions and 42 deletions

View File

@ -169,9 +169,9 @@ using std::distance;
# endif
# define BOOST_REGEX_MAKE_BOOL(x) static_cast<bool>(x)
#endif
#endif // __cplusplus
#endif /* __cplusplus */
// backwards compatibitity:
/* backwards compatibitity: */
#if defined(BOOST_RE_NO_LIB)
# define BOOST_REGEX_NO_LIB
#endif
@ -523,7 +523,7 @@ namespace std{
# if !defined(BOOST_NO_STD_LOCALE) && !defined (__STL_NO_NATIVE_MBSTATE_T) && !defined(_STLP_NO_NATIVE_MBSTATE_T)
using ::mbstate_t;
# endif
# endif // BOOST_NO_WREGEX
# endif /* BOOST_NO_WREGEX */
using ::fseek;
using ::fread;
using ::ftell;