]> code.delx.au - gnu-emacs/blobdiff - src/s/freebsd.h
Avoid long futile looping on a TTY under huge values of hscroll.
[gnu-emacs] / src / s / freebsd.h
index 24b34e02f6935bb3bafc82fd933e7bbf4254014a..05be07695cb89ad60a62ee113dc0a4d910129ccc 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.  */
 /* 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