summaryrefslogtreecommitdiff
path: root/src/s/hpux10-20.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-04-13 23:18:49 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-04-13 23:18:49 -0700
commitb948ce8b0244181c9e08d6bfc635ead24b4e9742 (patch)
tree5f8b392f53b88dc2759cb29af6189910d6660e9a /src/s/hpux10-20.h
parent5ae255c7e9a2bd1ac594afe99fb24e9a0091d414 (diff)
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/hpux10-20.h')
-rw-r--r--src/s/hpux10-20.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h
index becb5d3464..3e25b1bd0d 100644
--- a/src/s/hpux10-20.h
+++ b/src/s/hpux10-20.h
@@ -100,6 +100,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
header sections which lose when `static' is defined away, as it is
on HP-UX. (You get duplicate symbol errors on linking). */
#undef _FILE_OFFSET_BITS
+
+/* Conservative garbage collection has not been tested, so for now
+ play it safe and stick with the old-fashioned way of marking. */
+#define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE
/* The data segment on this machine always starts at address 0x40000000. */
#define DATA_SEG_BITS 0x40000000