]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/preprocessor/comma.hpp
MathML for InsetMathBoldSymbol.
[lyx.git] / boost / boost / preprocessor / comma.hpp
index 6b1504d1aa3b53c2c149a0e468f19c14199bea0a..6e02fb6131ab63aa2d26795723464f34998c3748 100644 (file)
@@ -1,35 +1,17 @@
-#ifndef BOOST_PREPROCESSOR_COMMA_HPP
-#define BOOST_PREPROCESSOR_COMMA_HPP
-
-/* Copyright (C) 2001
- * Housemarque Oy
- * http://www.housemarque.com
- *
- * Permission to copy, use, modify, sell and distribute this software is
- * granted provided this copyright notice appears in all copies. This
- * software is provided "as is" without express or implied warranty, and
- * with no claim as to its suitability for any purpose.
- *
- * See http://www.boost.org for most recent version.
- */
-
-/** <p>Expands to a comma.</p>
-
-<p>Commas need special handling in preprocessor code, because commas are used
-for separating macro parameters.</p>
-
-<p>For example,</p>
-
-<pre>
-BOOST_PP_IF(1,BOOST_PP_COMMA,BOOST_PP_EMPTY)()
-</pre>
-
-<p>expands to a comma.</p>
-
-<h3>See</h3>
-<ul>
-  <li>BOOST_PP_COMMA_IF()</li>
-</ul>
-*/
-#define BOOST_PP_COMMA() ,
-#endif
+# /* **************************************************************************
+#  *                                                                          *
+#  *     (C) Copyright Paul Mensonides 2002.
+#  *     Distributed under the Boost Software License, Version 1.0. (See
+#  *     accompanying file LICENSE_1_0.txt or copy at
+#  *     http://www.boost.org/LICENSE_1_0.txt)
+#  *                                                                          *
+#  ************************************************************************** */
+#
+# /* See http://www.boost.org for most recent version. */
+#
+# ifndef BOOST_PREPROCESSOR_COMMA_HPP
+# define BOOST_PREPROCESSOR_COMMA_HPP
+#
+# include <boost/preprocessor/punctuation/comma.hpp>
+#
+# endif