From 8ea28cdae11b3818894b5c60b5d4e99b7c2f8dc5 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 17 Feb 2024 11:29:42 -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 2b2b99f..37a8a9f 100644 --- a/src/Vendor.c +++ b/src/Vendor.c @@ -487,8 +487,8 @@ XawVendorShellClassPartInit(WidgetClass class) } #endif -#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(void) -- cgit v1.2.3