diff options
| author | Jason Rumney | 2008-02-01 23:29:14 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-02-01 23:29:14 +0000 |
| commit | fec76d439da4d3552249510e0452c04b6ab10fc9 (patch) | |
| tree | 343a16b8493c5c8eb67b63a84c13dbbcfbf6fac7 /src | |
| parent | 8a8e9795bf038fb3d2507b3491d540b36cdc3819 (diff) | |
| download | emacs-fec76d439da4d3552249510e0452c04b6ab10fc9.tar.gz emacs-fec76d439da4d3552249510e0452c04b6ab10fc9.zip | |
Don't include CYGWIN in condition.
Diffstat (limited to 'src')
| -rw-r--r-- | src/puresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h index 89632596546..26435f39a77 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -69,7 +69,7 @@ extern void pure_write_error P_ ((void)) NO_RETURN; | |||
| 69 | 69 | ||
| 70 | /* Define PURE_P. */ | 70 | /* Define PURE_P. */ |
| 71 | 71 | ||
| 72 | #if defined(VIRT_ADDR_VARIES) || defined(CYGWIN) | 72 | #ifdef VIRT_ADDR_VARIES |
| 73 | /* For machines where text and data can go anywhere | 73 | /* For machines where text and data can go anywhere |
| 74 | in virtual memory. */ | 74 | in virtual memory. */ |
| 75 | 75 | ||