diff options
| author | Kenichi Handa | 2010-08-25 14:15:20 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-08-25 14:15:20 +0900 |
| commit | 4e603db3429957e6b26953c177f00a9c9d1c8766 (patch) | |
| tree | 8206240e3006468bff9dfda5fb3696f80fbcb9f0 /src/puresize.h | |
| parent | b60f961f6cdc1095e778ad624657bb57788512af (diff) | |
| parent | f6aa6ec68ed936800ef2c3aefa42102e60b654cb (diff) | |
| download | emacs-4e603db3429957e6b26953c177f00a9c9d1c8766.tar.gz emacs-4e603db3429957e6b26953c177f00a9c9d1c8766.zip | |
merge trunk
Diffstat (limited to 'src/puresize.h')
| -rw-r--r-- | src/puresize.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/puresize.h b/src/puresize.h index 682e8926135..3c7f92228a0 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -87,7 +87,6 @@ extern EMACS_INT pure[]; | |||
| 87 | && (PNTR_COMPARISON_TYPE) XPNTR (obj) >= (PNTR_COMPARISON_TYPE) pure) | 87 | && (PNTR_COMPARISON_TYPE) XPNTR (obj) >= (PNTR_COMPARISON_TYPE) pure) |
| 88 | 88 | ||
| 89 | #else /* not VIRT_ADDR_VARIES */ | 89 | #else /* not VIRT_ADDR_VARIES */ |
| 90 | #ifdef PNTR_COMPARISON_TYPE | ||
| 91 | /* When PNTR_COMPARISON_TYPE is not the default (unsigned int). */ | 90 | /* When PNTR_COMPARISON_TYPE is not the default (unsigned int). */ |
| 92 | 91 | ||
| 93 | extern char my_edata[]; | 92 | extern char my_edata[]; |
| @@ -95,14 +94,6 @@ extern char my_edata[]; | |||
| 95 | #define PURE_P(obj) \ | 94 | #define PURE_P(obj) \ |
| 96 | ((PNTR_COMPARISON_TYPE) XPNTR (obj) < (PNTR_COMPARISON_TYPE) my_edata) | 95 | ((PNTR_COMPARISON_TYPE) XPNTR (obj) < (PNTR_COMPARISON_TYPE) my_edata) |
| 97 | 96 | ||
| 98 | #else /* not VIRT_ADDRESS_VARIES, not PNTR_COMPARISON_TYPE */ | ||
| 99 | |||
| 100 | extern char my_edata[]; | ||
| 101 | |||
| 102 | #define PURE_P(obj) \ | ||
| 103 | (XPNTR (obj) < (unsigned int) my_edata) | ||
| 104 | |||
| 105 | #endif /* PNTR_COMPARISON_TYPE */ | ||
| 106 | #endif /* VIRT_ADDRESS_VARIES */ | 97 | #endif /* VIRT_ADDRESS_VARIES */ |
| 107 | 98 | ||
| 108 | /* arch-tag: fd9b0a91-a70e-4729-a75a-6bb4ca1ce14f | 99 | /* arch-tag: fd9b0a91-a70e-4729-a75a-6bb4ca1ce14f |