]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_XRMSETDATABASE): Define if not defined.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Jul 1995 07:04:03 +0000 (07:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Jul 1995 07:04:03 +0000 (07:04 +0000)
src/s/gnu-linux.h

index 6284a1df9272f0dcc806b43cbc42d640e955a0f3..7d64b574a0bea4b4bdd2eec3c339ae1c6f24c662 100644 (file)
@@ -264,10 +264,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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