From bce0fc281e883f4ffa53e47cd5fa96ea04ea4227 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 13 Feb 2024 17:53:49 -0800 Subject: unifdef __osf__ Signed-off-by: Alan Coopersmith --- src/Vendor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Vendor.c b/src/Vendor.c index ed4bc73..234d37f 100644 --- a/src/Vendor.c +++ b/src/Vendor.c @@ -348,8 +348,8 @@ XawVendorShellClassPartInit(WidgetClass cclass) } } -#if defined(__osf__) || defined(__UNIXOS2__) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__APPLE__) -/* stupid OSF/1 shared libraries have the wrong semantics */ +#if defined(__UNIXOS2__) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__APPLE__) +/* shared libraries on these platforms have the wrong semantics */ /* symbols do not get resolved external to the shared library */ void _XawFixupVendorShell() { -- cgit v1.2.3