X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/db0406bb64f7e5dceeb257c7e350f1e80ed9c1c1..94f0aa3464955865f5abdac6b335a86aca3e180a:/src/s/cygwin.h diff --git a/src/s/cygwin.h b/src/s/cygwin.h index af5308ff7b..9a371829ea 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -1,6 +1,6 @@ /* System description header file for Cygwin. -Copyright (C) 1985-1986, 1992, 1999, 2002-2011 Free Software Foundation, Inc. +Copyright (C) 1985-1986, 1992, 1999, 2002-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -91,9 +91,6 @@ along with GNU Emacs. If not, see . */ why it needed to be changed. */ #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS -/* Virtual addresses of pure and impure space can vary, as on Windows. */ -#define VIRT_ADDR_VARIES - /* Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on Cygwin, that becomes the Cygwin-supplied memalign. As malloc is not the Cygwin malloc, the Cygwin memalign always