mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +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
@@ -30,7 +30,7 @@
|
||||
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
||||
#if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
|
||||
#if defined(__GNUC__)
|
||||
#define PURE __attribute__((pure))
|
||||
#else
|
||||
#define PURE
|
||||
|
||||
Reference in New Issue
Block a user