diff options
Diffstat (limited to 'src/puresize.h')
-rw-r--r-- | src/puresize.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h index cc91da7d9f7..8088a374765 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -68,7 +68,7 @@ extern void pure_write_error P_ ((void)); /* Define PURE_P. */ -#ifdef VIRT_ADDR_VARIES +#if defined(VIRT_ADDR_VARIES) || defined(CYGWIN) /* For machines like APOLLO where text and data can go anywhere in virtual memory. */ @@ -96,3 +96,6 @@ extern char my_edata[]; #endif /* PNTR_COMPARISON_TYPE */ #endif /* VIRT_ADDRESS_VARIES */ + +/* arch-tag: fd9b0a91-a70e-4729-a75a-6bb4ca1ce14f + (do not change this comment) */ |