summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-13 17:53:49 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-13 18:03:20 -0800
commitbce0fc281e883f4ffa53e47cd5fa96ea04ea4227 (patch)
treee0047a952dcd515198cf708b01cb020ef911d709
parentb6de2199357cdbde852a9caea1ed752d3c236d65 (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 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()
{