]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/preprocessor/repeat_from_to_2nd.hpp
simplify Lexer use a bit
[lyx.git] / boost / boost / preprocessor / repeat_from_to_2nd.hpp
index e554d4cb676031fd3b52032e7c0092fd9591b81d..b833fb5c832190e1b76a9ea451df594b8a026989 100644 (file)
@@ -1,24 +1,17 @@
-#ifndef BOOST_PREPROCESSOR_REPEAT_FROM_TO_2ND_HPP
-#define BOOST_PREPROCESSOR_REPEAT_FROM_TO_2ND_HPP
-
-/* Copyright (C) 2002
- * 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_from_to.hpp&gt;
-</pre>
-*/
-
-#include <boost/preprocessor/repeat_from_to.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_FROM_TO_2ND_HPP
+# define BOOST_PREPROCESSOR_REPEAT_FROM_TO_2ND_HPP
+#
+# include <boost/preprocessor/repetition/repeat_from_to.hpp>
+#
+# endif