X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fpreprocessor.hpp;h=6f5c822f856224fdd58c92d2c7b3fc5e7a98c9d8;hb=94da7f7c835a9b2b45f9c8c2b1a5dd16683cc25b;hp=cc09742256124e70fab1b2db90ecbae74c517448;hpb=59b6a4701a8d2b5155af08cf758b4ca120201282;p=lyx.git diff --git a/boost/boost/preprocessor.hpp b/boost/boost/preprocessor.hpp index cc09742256..6f5c822f85 100644 --- a/boost/boost/preprocessor.hpp +++ b/boost/boost/preprocessor.hpp @@ -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. - */ - -/**

Includes all Preprocessor library headers.

*/ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#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 +# +# endif