annotate src/s/openbsd.h @ 111815:2278399d2eb9

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.
author Andreas Schwab <schwab@linux-m68k.org>
date Fri, 03 Dec 2010 21:55:23 +0100
parents 17d73312ed65
children ef719132ddfa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
108279
af063227abbf Missing part of previous commit.
Glenn Morris <rgm@gnu.org>
parents: 108229
diff changeset
1 /* System file for openbsd. */
25844
Dave Love <fx@gnu.org>
parents:
diff changeset
2
108310
17d73312ed65 Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents: 108279
diff changeset
3 /* The same as NetBSD. Note there are differences in configure. */
25844
Dave Love <fx@gnu.org>
parents:
diff changeset
4 #include "netbsd.h"
28264
db6bbbe07da8 (LIBS_TERMCAP): Undef.
Gerd Moellmann <gerd@gnu.org>
parents: 25844
diff changeset
5
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51977
diff changeset
6 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51977
diff changeset
7 (do not change this comment) */