]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/predef/make.h
ctests: uninvert some XeTeX tests that are fixed
[lyx.git] / boost / boost / predef / make.h
index f8c28d19d75113bf2e921ba532ba10922fd73fd5..4f2f9ee76168e60d41032aa3df1099eb42140879 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright Rene Rivera 2008-2013
+Copyright Rene Rivera 2008-2015
 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)
@@ -84,6 +84,6 @@ If the day is not available, but the month is, the 1st of the month is used as t
 /*` `BOOST_PREDEF_MAKE_YYYY(V)` */
 #define BOOST_PREDEF_MAKE_YYYY(V) BOOST_PREDEF_MAKE_DATE(V,1,1)
 /*` `BOOST_PREDEF_MAKE_YYYYMM(V)` */
-#define BOOST_PREDEF_MAKE_YYYYMM(V) BOOST_PREDEF_MAKE_DATE((V)/100,(V),1)
+#define BOOST_PREDEF_MAKE_YYYYMM(V) BOOST_PREDEF_MAKE_DATE((V)/100,(V)%100,1)
 
 #endif