aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/iris4d.h8
-rw-r--r--src/m/iris5d.h8
2 files changed, 8 insertions, 8 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index efe6089d17d..e1a8b472843 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -61,7 +61,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
61#define NO_UNION_TYPE 61#define NO_UNION_TYPE
62 62
63/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend 63/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
64 the 24-bit bit field into an int. In other words, if bit fields 64 the bit field into an int. In other words, if bit fields
65 are always unsigned. 65 are always unsigned.
66 66
67 If you use NO_UNION_TYPE, this flag does not matter. */ 67 If you use NO_UNION_TYPE, this flag does not matter. */
@@ -129,9 +129,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
129#define TEXT_START 0x400000 129#define TEXT_START 0x400000
130 130
131/* 131/*
132 * DATA_SEG_BITS forces that bit to be or'd in with any pointers which 132 * DATA_SEG_BITS forces extra bits to be or'd in with any pointers which
133 * are trying to access pure strings (as gnu-emacs only allows 24 bits 133 * were stored in a Lisp_Object (as Emacs uses fewer than 32 bits for
134 * for the value field of a LISP_OBJECT). 134 * the value field of a LISP_OBJECT).
135 */ 135 */
136 136
137#define DATA_START 0x10000000 137#define DATA_START 0x10000000
diff --git a/src/m/iris5d.h b/src/m/iris5d.h
index 58f18e8350a..437a13e38fc 100644
--- a/src/m/iris5d.h
+++ b/src/m/iris5d.h
@@ -65,7 +65,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
65#define NO_UNION_TYPE 65#define NO_UNION_TYPE
66 66
67/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend 67/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
68 the 24-bit bit field into an int. In other words, if bit fields 68 the bit field into an int. In other words, if bit fields
69 are always unsigned. 69 are always unsigned.
70 70
71 If you use NO_UNION_TYPE, this flag does not matter. */ 71 If you use NO_UNION_TYPE, this flag does not matter. */
@@ -128,9 +128,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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