comparison src/puresize.h @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents eb8d63124c39
children 09d9fc390321 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
94 #define PURE_P(obj) \ 94 #define PURE_P(obj) \
95 (XPNTR (obj) < (unsigned int) my_edata) 95 (XPNTR (obj) < (unsigned int) my_edata)
96 96
97 #endif /* PNTR_COMPARISON_TYPE */ 97 #endif /* PNTR_COMPARISON_TYPE */
98 #endif /* VIRT_ADDRESS_VARIES */ 98 #endif /* VIRT_ADDRESS_VARIES */
99
100 /* arch-tag: fd9b0a91-a70e-4729-a75a-6bb4ca1ce14f
101 (do not change this comment) */