http://ftp.aanet.ru/pub/Linux/X11/apps/xscreensaver-2.31.tar.gz
[xscreensaver] / utils / xmu.c
index 9773cd237f3ab38e7300135f2159d30d9a9bfff3..6cd6f465f0070fb058599b2c4e045c8fb8e495fb 100644 (file)
@@ -165,4 +165,12 @@ ERROR! Unsupported release of X11
     return 1;
 }
 
-#endif /* !HAVE_XMU */
+#else  /* HAVE_XMU */
+
+# ifdef __osf__
+  /* Stupid alpha 3.2 compiler returns a FAILURE exit code if compiling
+     an empty file.  Fake it out with a file-private variable. */
+  static const int digital_unix_compiler_sucks;
+# endif /* __osf__ */
+
+#endif /* HAVE_XMU */