git: <stdint.h>: Remove C99 constant/limits guards for c++.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Sat Nov 2 15:47:59 PDT 2019
commit 830c4f3496de45854d7bbcf6e3d560ae2911fc88
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Sat Nov 2 20:39:19 2019 +0200
<stdint.h>: Remove C99 constant/limits guards for c++.
It seems that in C11 problematic clauses where removed. This removes
the inconsistency for -std=c++98 between base and DPorts c++ compilers
(that have #include_next <stdint.h> wrapper for this particular issue).
For now keep guard defines in <sys/cdefs.h> because of those wrappers.
No functional change in buildworld.
Summary of changes:
include/stdint.h | 5 -----
1 file changed, 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/830c4f3496de45854d7bbcf6e3d560ae2911fc88
--
DragonFly BSD source repository
More information about the Commits
mailing list