comparison src/m/amdx86-64.h @ 96724:e50b24691c01

* m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. Remove boilerplate comments. * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. Remove boilerplate comments. * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default. Remove boilerplate comments. * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 16 Jul 2008 07:42:41 +0000
parents 79121a8f01e3
children 2262534e4e66
comparison
equal deleted inserted replaced
96723:185897e3784d 96724:e50b24691c01
67 67
68 /* Convert that into an integer that is 100 for a load average of 1.0 */ 68 /* Convert that into an integer that is 100 for a load average of 1.0 */
69 69
70 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) 70 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
71 71
72 /* Define CANNOT_DUMP on machines where unexec does not work.
73 Then the function dump-emacs will not be defined
74 and temacs will do (load "loadup") automatically unless told otherwise. */
75
76 /* #define CANNOT_DUMP */
77
78 /* Define VIRT_ADDR_VARIES if the virtual addresses of
79 pure and impure space as loaded can vary, and even their
80 relative order cannot be relied on.
81
82 Otherwise Emacs assumes that text space precedes data space,
83 numerically. */
84
85 /* #define VIRT_ADDR_VARIES */
86
87 /* Define NO_REMAP if memory segmentation makes it not work well
88 to change the boundary between the text section and data section
89 when Emacs is dumped. If you define this, the preloaded Lisp
90 code will not be sharable; but that's better than failing completely. */
91
92 /* #define NO_REMAP */
93
94 #define PNTR_COMPARISON_TYPE unsigned long
95
96 /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ 72 /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */
97 #undef DATA_SEG_BITS 73 #undef DATA_SEG_BITS
98 74
99 #ifdef __FreeBSD__ 75 #ifdef __FreeBSD__
100 76