aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu.h
diff options
context:
space:
mode:
authorPaul Eggert2012-04-13 23:18:49 -0700
committerPaul Eggert2012-04-13 23:18:49 -0700
commitb948ce8b0244181c9e08d6bfc635ead24b4e9742 (patch)
tree5f8b392f53b88dc2759cb29af6189910d6660e9a /src/s/gnu.h
parent5ae255c7e9a2bd1ac594afe99fb24e9a0091d414 (diff)
downloademacs-b948ce8b0244181c9e08d6bfc635ead24b4e9742.tar.gz
emacs-b948ce8b0244181c9e08d6bfc635ead24b4e9742.zip
Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
* lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS. * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h: * s/netbsd.h, s/sol2-6.h: Remove definition of GC_MARK_STACK, since the default now works. * s/aix4-2.h, s/hpux10-20.h, s/unixware.h: Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's no longer the default. * s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
Diffstat (limited to 'src/s/gnu.h')
-rw-r--r--src/s/gnu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h
index 37aaa1357cc..a09e0e824c9 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -45,6 +45,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
45#endif /* emacs */ 45#endif /* emacs */
46 46
47#define POSIX_SIGNALS 1 47#define POSIX_SIGNALS 1
48
49/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */
50#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS