X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/f619ad4ca2ce943d53589469c010e451afab97dd..6dd5a677dbf794eedaa8325c46d57ac041373361:/src/s/freebsd.h diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 24b34e02f6..05be07695c 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -1,6 +1,6 @@ /* System description header for FreeBSD systems. -Copyright (C) 1994-2011 Free Software Foundation, Inc. +Copyright (C) 1994-2012 Free Software Foundation, Inc. Author: Shawn M. Carey (according to authors.el) @@ -58,6 +58,3 @@ along with GNU Emacs. If not, see . */ /* Tell that garbage collector that setjmp is known to save all registers relevant for conservative garbage collection in the jmp_buf. */ #define GC_SETJMP_WORKS 1 - -/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ -#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS