diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-13 07:35:26 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-13 07:35:26 +0000 |
commit | bdee2ef3fab9b8a434d41c1f95c3f98aa342008b (patch) | |
tree | 611a86007793d85fdbad7189d3e7a50adc319079 /src/m/amdx86-64.h | |
parent | f06b5ed2ce9329fb6112f2ccfd7e3271c5cbe70c (diff) | |
download | emacs-bdee2ef3fab9b8a434d41c1f95c3f98aa342008b.tar.gz |
* config.nt (HAVE_FACES): Remove, unused.
* s/vms.h: Use __GNUC__ instead of _GNUC_.
* m/macppc.h:
* m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals.
* m/ibms390x.h (XINT, XUINT): Don't define, same as the default
(SPECIAL_EMACS_INT):
* m/ia64.h (SPECIAL_EMACS_INT):
* m/amdx86-64.h (SPECIAL_EMACS_INT):
* s/gnu.h (NLIST_STRUCT):
* aix4-2.h (X11R5_INHIBIT_I18N):
* s/gnu-linux.h (LINUX):
* s/msdos.h (HAVE_FACES):
* s/ms-w32.h (HAVE_FACES): Don't define, unused.
* systty.h:
* sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
anymore.
Diffstat (limited to 'src/m/amdx86-64.h')
-rw-r--r-- | src/m/amdx86-64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index 34800af8e9d..781247fa9f4 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h @@ -52,7 +52,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define the type to use. */ #define EMACS_INT long #define EMACS_UINT unsigned long -#define SPECIAL_EMACS_INT /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend the 24-bit bit field into an int. In other words, if bit fields |