]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/regex.h
Don't allow newline characters in document settings.
[lyx.git] / boost / boost / regex.h
index fabf0804668e870eff2b9cd5c6cfaa76c165bf0d..52af275cfa2f85a30ebac0ee7907c3aafeb7987f 100644 (file)
 
 #include <boost/cregex.hpp>
 
-//
-// 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 */