summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:29:42 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:29:42 -0800
commit8ea28cdae11b3818894b5c60b5d4e99b7c2f8dc5 (patch)
tree36f5ba75fe39f470b50bfbe9f2ab55e09442b578
parent3326af2a472ca1ae03d78663e167cb9fc681e29b (diff)
unifdef __osf__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/Vendor.c4
1 files 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)