mirror of
https://github.com/boostorg/predef.git
synced 2025-08-02 04:54:27 +02:00
rename library/c/cloudlibc.h to library/c/cloudabi.h (#68)
fix typo in cloudlibc detection
This commit is contained in:
committed by
Rene Rivera
parent
4a230ebe85
commit
74f88005cc
@@ -12,7 +12,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
|
|
||||||
#include <boost/predef/library/c/_prefix.h>
|
#include <boost/predef/library/c/_prefix.h>
|
||||||
|
|
||||||
#include <boost/predef/library/c/cloudlibc.h>
|
#include <boost/predef/library/c/cloudabi.h>
|
||||||
#include <boost/predef/library/c/gnu.h>
|
#include <boost/predef/library/c/gnu.h>
|
||||||
#include <boost/predef/library/c/uc.h>
|
#include <boost/predef/library/c/uc.h>
|
||||||
#include <boost/predef/library/c/vms.h>
|
#include <boost/predef/library/c/vms.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.
|
* Distributed under the Boost Software License, Version 1.0.
|
||||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
* http://www.boost.org/LICENSE_1_0.txt)
|
* http://www.boost.org/LICENSE_1_0.txt)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BOOST_PREDEF_LIBRARY_C_CLOUDLIBC_H
|
#ifndef BOOST_PREDEF_LIBRARY_C_CLOUDABI_H
|
||||||
#define BOOST_PREDEF_LIBRARY_C_CLOUDLIBC_H
|
#define BOOST_PREDEF_LIBRARY_C_CLOUDABI_H
|
||||||
|
|
||||||
#include <boost/predef/version_number.h>
|
#include <boost/predef/version_number.h>
|
||||||
#include <boost/predef/make.h>
|
#include <boost/predef/make.h>
|
||||||
@@ -37,7 +37,7 @@ Version number available as major, and minor.
|
|||||||
|
|
||||||
#if defined(__cloudlibc__)
|
#if defined(__cloudlibc__)
|
||||||
# undef BOOST_LIB_C_CLOUDABI
|
# undef BOOST_LIB_C_CLOUDABI
|
||||||
# define BOOST_LIB_C_CLOUBABI \
|
# define BOOST_LIB_C_CLOUDABI \
|
||||||
BOOST_VERSION_NUMBER(__cloudlibc_major__,__cloudlibc_minor__,0)
|
BOOST_VERSION_NUMBER(__cloudlibc_major__,__cloudlibc_minor__,0)
|
||||||
#endif
|
#endif
|
||||||
|
|
Reference in New Issue
Block a user