comparison src/m/iris5d.h @ 10357:549640628d3e

Fix comment.
author Karl Heuer <kwzh@gnu.org>
date Sat, 07 Jan 1995 00:13:17 +0000
parents b8b139a8b481
children 9d27a4627c13
comparison
equal deleted inserted replaced
10356:7e76290ef3f7 10357:549640628d3e
126 #define UNEXEC unexelfsgi.o 126 #define UNEXEC unexelfsgi.o
127 127
128 #define TEXT_START 0x400000 128 #define TEXT_START 0x400000
129 129
130 /* 130 /*
131 * DATA_SEG_BITS forces that bit to be or'd in with any pointers which 131 * DATA_SEG_BITS forces extra bits to be or'd in with any pointers which
132 * are trying to access pure strings (as gnu-emacs only allows 24 bits 132 * were stored in a Lisp_Object (as Emacs uses fewer than 32 bits for
133 * for the value field of a LISP_OBJECT). 133 * the value field of a LISP_OBJECT).
134 */ 134 */
135 135
136 #define DATA_START 0x10000000 136 #define DATA_START 0x10000000
137 #define DATA_SEG_BITS 0x10000000 137 #define DATA_SEG_BITS 0x10000000
138 138