mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Don't include CYGWIN in condition.
This commit is contained in:
parent
8a8e9795bf
commit
fec76d439d
@ -69,7 +69,7 @@ extern void pure_write_error P_ ((void)) NO_RETURN;
|
|||||||
|
|
||||||
/* Define PURE_P. */
|
/* Define PURE_P. */
|
||||||
|
|
||||||
#if defined(VIRT_ADDR_VARIES) || defined(CYGWIN)
|
#ifdef VIRT_ADDR_VARIES
|
||||||
/* For machines where text and data can go anywhere
|
/* For machines where text and data can go anywhere
|
||||||
in virtual memory. */
|
in virtual memory. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user