Suggested by Dmitry Antipov in:
http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00891.html
2014-09-30 Paul Eggert <eggert@cs.ucla.edu>
+ * alloc.c: Remove now-unnecessary check.
+ Suggested by Dmitry Antipov in:
+ http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00891.html
+
* xterm.c (x_term_init): Allocate temps on stack, not on heap.
* frame.c (x_set_frame_parameters): Port --enable-gcc-warnings
static bool valgrind_p;
#endif
-#if USE_STACK_LISP_OBJECTS
-# if GC_MARK_STACK != GC_MAKE_GCPROS_NOOPS
-# error "Stack-allocated Lisp objects are not compatible with GCPROs"
-# endif
-#endif
-
/* GC_CHECK_MARKED_OBJECTS means do sanity checks on allocated objects.
Doable only if GC_MARK_STACK. */
#if ! GC_MARK_STACK