]> git.lyx.org Git - features.git/blobdiff - boost/boost/preprocessor/seq/push_front.hpp
boost: add eol property
[features.git] / boost / boost / preprocessor / seq / push_front.hpp
index d5ee99496b08049593be43d21f51ea6c8b397b1b..2ce73ad1a3f1179ef73d82b46384f4ea1129c0d6 100644 (file)
@@ -1,19 +1,19 @@
-# /* **************************************************************************\r
-#  *                                                                          *\r
-#  *     (C) Copyright Paul Mensonides 2002.\r
-#  *     Distributed under the Boost Software License, Version 1.0. (See\r
-#  *     accompanying file LICENSE_1_0.txt or copy at\r
-#  *     http://www.boost.org/LICENSE_1_0.txt)\r
-#  *                                                                          *\r
-#  ************************************************************************** */\r
-#\r
-# /* See http://www.boost.org for most recent version. */\r
-#\r
-# ifndef BOOST_PREPROCESSOR_SEQ_PUSH_FRONT_HPP\r
-# define BOOST_PREPROCESSOR_SEQ_PUSH_FRONT_HPP\r
-#\r
-# /* BOOST_PP_SEQ_PUSH_FRONT */\r
-#\r
-# define BOOST_PP_SEQ_PUSH_FRONT(seq, elem) (elem)seq\r
-#\r
-# endif\r
+# /* **************************************************************************
+#  *                                                                          *
+#  *     (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_SEQ_PUSH_FRONT_HPP
+# define BOOST_PREPROCESSOR_SEQ_PUSH_FRONT_HPP
+#
+# /* BOOST_PP_SEQ_PUSH_FRONT */
+#
+# define BOOST_PP_SEQ_PUSH_FRONT(seq, elem) (elem)seq
+#
+# endif