X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fregex.h;h=52af275cfa2f85a30ebac0ee7907c3aafeb7987f;hb=c48091f33a773732fa6c789927e5833e44108d9d;hp=fabf0804668e870eff2b9cd5c6cfaa76c165bf0d;hpb=786216c0899498434cab9f33780f9c178a0a4006;p=lyx.git diff --git a/boost/boost/regex.h b/boost/boost/regex.h index fabf080466..52af275cfa 100644 --- a/boost/boost/regex.h +++ b/boost/boost/regex.h @@ -21,10 +21,10 @@ #include -// -// add using declarations to bring POSIX API functions into -// global scope, only if this is C++ (and not C). -// +/* +* add using declarations to bring POSIX API functions into +* global scope, only if this is C++ (and not C). +*/ #ifdef __cplusplus using boost::regoff_t; @@ -91,9 +91,9 @@ using boost::REG_E_MEMORY; using boost::REG_E_UNKNOWN; using boost::reg_errcode_t; -#endif // __cplusplus +#endif /* __cplusplus */ -#endif // BOOST_RE_REGEX_H +#endif /* BOOST_RE_REGEX_H */