From ad1e30fb2c4ccfbb473a9b60e9950936924d9c5e Mon Sep 17 00:00:00 2001 From: Richard PALO Date: Sat, 21 Nov 2015 06:58:41 +0100 Subject: [PATCH] libs/config convert sun=>__sun for strict ISO compilers Signed-off-by: Richard PALO --- include/boost/cstdint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/cstdint.hpp b/include/boost/cstdint.hpp index bf7097e..f540576 100644 --- a/include/boost/cstdint.hpp +++ b/include/boost/cstdint.hpp @@ -374,7 +374,7 @@ namespace boost || (defined(_XOPEN_UNIX) && (_XOPEN_UNIX+0 > 0) && !defined(__UCLIBC__)) \ || defined(__CYGWIN__) \ || defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) \ - || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(sun) + || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__sun) namespace boost { using ::intptr_t; -- 2.6.3