[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/config.in,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/config.in,v |
Date: |
Sun, 24 Aug 2008 17:46:18 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/08/24 17:46:18
Index: src/config.in
===================================================================
RCS file: /cvsroot/emacs/emacs/src/config.in,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -b -r1.268 -r1.269
--- src/config.in 20 Aug 2008 10:58:19 -0000 1.268
+++ src/config.in 24 Aug 2008 17:46:18 -0000 1.269
@@ -1050,7 +1050,11 @@
#define OTHER_FILES ns-app
# ifdef NS_IMPL_GNUSTEP
/* See also .m.o rule in Makefile.in */
+/* FIXME: are all these flags really needed? Document here why. */
# define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
+/* GNUStep needs a bit more pure memory. Of the existing knobs,
+SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
+# define SYSTEM_PURESIZE_EXTRA 30000
# endif /* NS_IMPL_GNUSTEP */
#endif /* HAVE_NS */
- [Emacs-diffs] Changes to emacs/src/config.in,v, Chong Yidong, 2008/08/04
- [Emacs-diffs] Changes to emacs/src/config.in,v, Andreas Schwab, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/config.in,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/config.in,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/config.in,v, Dan Nicolaescu, 2008/08/07
- [Emacs-diffs] Changes to emacs/src/config.in,v,
Dan Nicolaescu <=