]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/preprocessor.hpp
typos
[lyx.git] / boost / boost / preprocessor.hpp
index cc09742256124e70fab1b2db90ecbae74c517448..6f5c822f856224fdd58c92d2c7b3fc5e7a98c9d8 100644 (file)
@@ -1,36 +1,19 @@
-#ifndef BOOST_PREPROCESSOR_HPP
-#define BOOST_PREPROCESSOR_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>Includes all Preprocessor library headers.</p> */
-
-#include <boost/preprocessor/arithmetic.hpp>
-#include <boost/preprocessor/assert_msg.hpp>
-#include <boost/preprocessor/comparison.hpp>
-#include <boost/preprocessor/enum_params.hpp>
-#include <boost/preprocessor/enum_params_with_a_default.hpp>
-#include <boost/preprocessor/enum_params_with_defaults.hpp>
-#include <boost/preprocessor/enum_shifted_params.hpp>
-#include <boost/preprocessor/expand.hpp>
-#include <boost/preprocessor/for.hpp>
-#include <boost/preprocessor/limits.hpp>
-#include <boost/preprocessor/list.hpp>
-#include <boost/preprocessor/logical.hpp>
-#include <boost/preprocessor/max.hpp>
-#include <boost/preprocessor/min.hpp>
-#include <boost/preprocessor/repeat_from_to.hpp>
-#include <boost/preprocessor/repeat_from_to_2nd.hpp>
-#include <boost/preprocessor/repeat_from_to_3rd.hpp>
-#include <boost/preprocessor/stringize.hpp>
-#endif
+# /* Copyright (C) 2001
+#  * Housemarque Oy
+#  * http://www.housemarque.com
+#  *
+#  * 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)
+#  */
+#
+# /* Revised by Paul Mensonides (2002) */
+#
+# /* See http://www.boost.org/libs/preprocessor for documentation. */
+#
+# ifndef BOOST_PREPROCESSOR_HPP
+# define BOOST_PREPROCESSOR_HPP
+#
+# include <boost/preprocessor/library.hpp>
+#
+# endif