Mercurial > emacs
changeset 52296:a6f4d9313060
Use _MIPS_SZLONG, not _LP64.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 21 Aug 2003 14:21:51 +0000 |
parents | 6019cde69fa7 |
children | 3b67088aae99 |
files | src/m/iris4d.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/iris4d.h Thu Aug 21 11:36:40 2003 +0000 +++ b/src/m/iris4d.h Thu Aug 21 14:21:51 2003 +0000 @@ -159,7 +159,10 @@ #undef FIRST_PTY_LETTER #define FIRST_PTY_LETTER 'q' -#ifndef _LP64 +#if _MIPS_SZLONG != 64 +/* fixme: should there be 64-bit defiitions? (The ones below aren't + OK.) */ + /* The standard definitions of these macros would work ok, but these are faster because the constants are short. */