mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
drop remains of support for old Sun compilers
With transition from autoconf to meson, these aren't actually supported anymore, and re-adding it isn't planned. Thus the now dead code pathes can be completely removed. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1286>
This commit is contained in:
committed by
Marge Bot
parent
db3aa4e03b
commit
6dafe3dbe6
@@ -290,7 +290,7 @@ wrong_size(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !(defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)))
|
||||
#if !(defined(__GNUC__))
|
||||
static inline int
|
||||
__builtin_constant_p(int x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user