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>
(cherry picked from commit 6dafe3dbe6)
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-12 10:52:48 +01:00
committed by Alan Coopersmith
parent a1f5b59f36
commit 2835e076df
9 changed files with 9 additions and 65 deletions

View File

@@ -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

View File

@@ -38,7 +38,7 @@
#include <X11/Xfuncproto.h>
#if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
#if defined(__GNUC__)
#define PURE __attribute__((pure))
#else
#define PURE

View File

@@ -33,7 +33,7 @@
#include "indirect_util.h"
#include "indirect_size.h"
#if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
#if defined(__GNUC__)
#define PURE __attribute__((pure))
#else
#define PURE

View File

@@ -38,7 +38,7 @@
#include <X11/Xfuncproto.h>
#if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
#if defined(__GNUC__)
#define PURE __attribute__((pure))
#else
#define PURE