]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/preprocessor/expand.hpp
MathML for InsetMathBoldSymbol.
[lyx.git] / boost / boost / preprocessor / expand.hpp
index 9f81b509fad2081c8790861828f34748fb86c0dc..8c5d972d2f2d7a2b9c38b2a67ca3427f01a0a94d 100644 (file)
@@ -1,20 +1,17 @@
-#ifndef BOOST_PREPROCESSOR_EXPAND_HPP
-#define BOOST_PREPROCESSOR_EXPAND_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.
- */
-
-#include <boost/preprocessor/identity.hpp>
-
-/** <p>Essentially macro expands the parameter <code>X</code> twice.</p> */
-#define BOOST_PP_EXPAND(X) X
-#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_EXPAND_HPP
+# define BOOST_PREPROCESSOR_EXPAND_HPP
+#
+# include <boost/preprocessor/facilities/expand.hpp>
+#
+# endif