]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/preprocessor/repeat_2nd.hpp
simplify Lexer use a bit
[lyx.git] / boost / boost / preprocessor / repeat_2nd.hpp
index 2edbe3d238a2dfe8335ca2707a28a1a278398ea3..030c4324c2cbbfd7b5073b3a975ba6fc073e8f37 100644 (file)
@@ -1,24 +1,17 @@
-#ifndef BOOST_PREPROCESSOR_REPEAT_2ND_HPP
-#define BOOST_PREPROCESSOR_REPEAT_2ND_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>This header is obsolete. Use the following code instead.</p>
-
-<pre>
-#include &lt;boost/preprocessor/repeat.hpp&gt;
-</pre>
-*/
-
-#include <boost/preprocessor/repeat.hpp>
-#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_REPEAT_2ND_HPP
+# define BOOST_PREPROCESSOR_REPEAT_2ND_HPP
+#
+# include <boost/preprocessor/repetition/repeat.hpp>
+#
+# endif