aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/iris4d.h
diff options
context:
space:
mode:
authorAndreas Schwab2010-12-03 21:55:23 +0100
committerAndreas Schwab2010-12-03 21:55:23 +0100
commite5bd16703f901d9c8e7bc29da98e761f768161fc (patch)
tree20b8cb23b9eab33c0889f0b7ad9a85bf218560f5 /src/m/iris4d.h
parent5ed63ab8a969472b2c4441a58b83fe228d1fe98a (diff)
downloademacs-e5bd16703f901d9c8e7bc29da98e761f768161fc.tar.gz
emacs-e5bd16703f901d9c8e7bc29da98e761f768161fc.zip
Remove EXPLICIT_SIGN_EXTEND.
* lisp.h (union Lisp_Object): Explicitly declare signedness of bit-field. (XINT): Remove variant for EXPLICIT_SIGN_EXTEND. * m/alpha.h (EXPLICIT_SIGN_EXTEND): Don't define. * m/amdx86-64.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ia64.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ibms390.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/ibms390x.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/iris4d.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/m68k.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/sparc.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/template.h (EXPLICIT_SIGN_EXTEND): Likewise. * m/hp800.h: Remove file. * m/mips.h: Remove file. * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
Diffstat (limited to 'src/m/iris4d.h')
-rw-r--r--src/m/iris4d.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index 31f08d05cfc..9e80324ee92 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -19,13 +19,6 @@ You should have received a copy of the GNU General Public License
19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20 20
21 21
22/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
23 the bit field into an int. In other words, if bit fields
24 are always unsigned.
25
26 This flag only matters if you use USE_LISP_UNION_TYPE. */
27#define EXPLICIT_SIGN_EXTEND
28
29/* DATA_SEG_BITS forces extra bits to be or'd in with any pointers which 22/* DATA_SEG_BITS forces extra bits to be or'd in with any pointers which
30 were stored in a Lisp_Object (as Emacs uses fewer than 32 bits for 23 were stored in a Lisp_Object (as Emacs uses fewer than 32 bits for
31 the value field of a LISP_OBJECT). */ 24 the value field of a LISP_OBJECT). */