]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove obsolete check for GCC < 3 and support for Intel Compiler
authorWarner Losh <imp@FreeBSD.org>
Sat, 24 Oct 2020 23:21:06 +0000 (23:21 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sat, 24 Oct 2020 23:21:06 +0000 (23:21 +0000)
commit60b426f46ce3b5edbe8a9e4f73ca60e4ff914d7c
tree93cd1baf16e271bbfbd3592f5dfcb5cddc44674e
parentf93c028ac9fa8d9a86185da83b499017596d6d92
Remove obsolete check for GCC < 3 and support for Intel Compiler

We no longer support old versions of GCC. Remove this check by
assuming it's false. That will make the entire expression false.  Also
remove support for Intel compiler, it's badly bitrotted.  Technically,
this removes support for C89 and K&R from compilers that don't define
_Bool in those compilation environments as well. I'm unaware of any
working compiler today for which that would be relevant (pcc has it
and tcc sadly isn't working for other reasons), though if one
pops up in ports, I'll work to resolve the issue.
include/stdbool.h
include/stdlib.h
sys/sys/types.h