emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/alpha.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/m/alpha.h,v
Date: Wed, 23 Jul 2008 23:37:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/23 23:37:18

Index: m/alpha.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/alpha.h,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- m/alpha.h   23 Jul 2008 06:34:40 -0000      1.65
+++ m/alpha.h   23 Jul 2008 23:37:18 -0000      1.66
@@ -113,6 +113,11 @@
 
 #endif /* __ELF__ */
 
+#if defined (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
+/* This controls a conditional in main.  */
+#define LINUX_SBRK_BUG
+#endif
+
 /* On the Alpha it's best to avoid including TERMIO since struct
    termio and struct termios are mutually incompatible.  */
 #define NO_TERMIO




reply via email to

[Prev in Thread] Current Thread [Next in Thread]