From c4691ad11eef332a264a7025979da6e8e8b3dcc2 Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Thu, 9 Nov 2017 03:41:41 -0500 Subject: [PATCH] rename library/c/cloudlibc.h to library/c/cloudabi.h fix typo in cloudlibc detection --- include/boost/predef/library/c.h | 2 +- .../boost/predef/library/c/{cloudlibc.h => cloudabi.h} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename include/boost/predef/library/c/{cloudlibc.h => cloudabi.h} (87%) diff --git a/include/boost/predef/library/c.h b/include/boost/predef/library/c.h index eb9b73ce..7ca84cc0 100644 --- a/include/boost/predef/library/c.h +++ b/include/boost/predef/library/c.h @@ -12,7 +12,7 @@ Distributed under the Boost Software License, Version 1.0. #include -#include +#include #include #include #include diff --git a/include/boost/predef/library/c/cloudlibc.h b/include/boost/predef/library/c/cloudabi.h similarity index 87% rename from include/boost/predef/library/c/cloudlibc.h rename to include/boost/predef/library/c/cloudabi.h index 6db32b8e..e6acaee6 100644 --- a/include/boost/predef/library/c/cloudlibc.h +++ b/include/boost/predef/library/c/cloudabi.h @@ -1,13 +1,13 @@ /* - * Copyright (C) 2017 James E. King, III + * Copyright (C) 2017 James E. King III * * 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) */ -#ifndef BOOST_PREDEF_LIBRARY_C_CLOUDLIBC_H -#define BOOST_PREDEF_LIBRARY_C_CLOUDLIBC_H +#ifndef BOOST_PREDEF_LIBRARY_C_CLOUDABI_H +#define BOOST_PREDEF_LIBRARY_C_CLOUDABI_H #include #include @@ -37,7 +37,7 @@ Version number available as major, and minor. #if defined(__cloudlibc__) # undef BOOST_LIB_C_CLOUDABI -# define BOOST_LIB_C_CLOUBABI \ +# define BOOST_LIB_C_CLOUDABI \ BOOST_VERSION_NUMBER(__cloudlibc_major__,__cloudlibc_minor__,0) #endif