1
0
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:
Jason Rumney 2008-02-01 23:29:14 +00:00
parent 8a8e9795bf
commit fec76d439d

View File

@ -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. */