changeset 12720:8033d2412068

(HAVE_XRMSETDATABASE): Define if not defined.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Jul 1995 07:04:03 +0000
parents dde58f45b00a
children 363b0c8f817d
files src/s/gnu-linux.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Sun Jul 30 07:02:13 1995 +0000
+++ b/src/s/gnu-linux.h	Sun Jul 30 07:04:03 1995 +0000
@@ -264,10 +264,14 @@
 #ifndef HAVE_XSCREENNUMBEROFSCREEN
 #define HAVE_XSCREENNUMBEROFSCREEN
 #endif
+#endif /* 0 */
+
+/* This is to work around mysterious gcc failures in some system versions.
+   It is unlikely that Emacs changes will work around this problem;
+   therefore, this should remain permanently.  */
 #ifndef HAVE_XRMSETDATABASE
 #define HAVE_XRMSETDATABASE
 #endif
-#endif /* 0 */
 
 /* The regex.o routines are a part of the GNU C-library used with Linux.  */
 #define REGEXP_IN_LIBC